android - running an app and it crash -


hi when click on launch app, first page comes up, when want navigate next page app stop works , give me error:

process: com.example.arel0002.pizzeria, pid: 4215 android.content.activitynotfoundexception: unable find explicit activity class {com.example.arel0002.pizzeria/com.example.arel0002.pizzeria.pizza}; have declared activity in androidmanifest.xml? 

define activity in manifest want go

like this

<application      android:allowbackup="true"      android:icon="@mipmap/ic_launcher"      android:label="@string/app_name"      android:theme="@style/apptheme" >      <activity          android:name=".mainpage"          android:label="@string/app_name" >          <intent-filter>              <action android:name="android.intent.action.main" />                <category android:name="android.intent.category.launcher" />          </intent-filter>      </activity>  	  	 <activity              android:name="com.example.arel0002.pizzeria.pizza"            >          </activity>  	  	<activity              android:name="com.example.arel0002.pizzeria.erbjudanden"              >          </activity>  		<activity              android:name="com.example.arel0002.pizzeria.omoss"              >          </activity>  </application>


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -