Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid application force to terminate
    primarykey
    data
    text
    <p>I have wrote simple code but i dont know why my emulator always shows me this <code>error:"the application has stopped unexpectedly android please try again"</code>. I tried to get rid of it but was not done successfully help me please thanks. <a href="http://www.imageurlhost.com/images/msvwuxotq5fcpg63q8br_Logcat.png" rel="nofollow">http://www.imageurlhost.com/images/msvwuxotq5fcpg63q8br_Logcat.png</a></p> <pre><code> package com.tusway.BasicTutorial; import android.app.Activity; import android.os.Bundle; public class myMenu extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.main); } } </code></pre> <p><strong>my xml</strong></p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tusway.BasicTutorial" android:versionCode="1" android:versionName="1.0"&gt; &lt;uses-sdk android:minSdkVersion="8" /&gt; &lt;application android:icon="@drawable/icon" android:label="@string/app_name"&gt; &lt;activity android:name=".MyMain" android:label="@string/app_name"&gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name=".myMenu" android:label="@string/app_name"&gt; &lt;intent-filter&gt; &lt;action android:name="com.tusway.BasicTutorial.CLEARSCREEN" /&gt; &lt;category android:name="android.intent.category.DEFAULT" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;/application&gt; &lt;/manifest&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload