Note that there are some explanatory texts on larger screens.

plurals
  1. POMy sample doesn't start in android virtual device
    primarykey
    data
    text
    <p>I'm newbie at android programming. I've just a form and there is only a textbox and button. When i run it i gives me an error that you can see in the screenshot.</p> <p><img src="https://i.stack.imgur.com/mXMEY.png" alt="enter image description here"></p> <p>My manifest.xml is below.</p> <pre><code>&lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.deitel.welcome" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme"&gt; &lt;activity android:name="welcome" android:label="@string/app_name" android:theme="@android:style/Theme.Black.NoTitleBar" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"&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;/application&gt; </code></pre> <p></p> <p><strong>Log</strong></p> <pre><code>[2013-06-17 14:40:38 - Welcome] ------------------------------ [2013-06-17 14:40:38 - Welcome] Android Launch! [2013-06-17 14:40:38 - Welcome] adb is running normally. [2013-06-17 14:40:38 - Welcome] Performing com.deitel.welcome.welcome activity launch [2013-06-17 14:40:38 - Welcome] Automatic Target Mode: launching new emulator with compatible AVD 'emulator1' [2013-06-17 14:40:38 - Welcome] Launching a new emulator with Virtual Device 'emulator1' [2013-06-17 14:40:38 - Emulator] Failed to create Context 0x3005 [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:38 - Emulator] could not get wglGetExtensionsStringARB [2013-06-17 14:40:39 - Welcome] New emulator found: emulator-5554 [2013-06-17 14:40:39 - Welcome] Waiting for HOME ('android.process.acore') to be launched... [2013-06-17 14:41:25 - Welcome] HOME is up on device 'emulator-5554' [2013-06-17 14:41:25 - Welcome] Uploading Welcome.apk onto device 'emulator-5554' [2013-06-17 14:41:25 - Welcome] Installing Welcome.apk... [2013-06-17 14:42:24 - Welcome] Success! [2013-06-17 14:42:24 - Welcome] Starting activity com.deitel.welcome.welcome on device emulator-5554 [2013-06-17 14:42:26 - Welcome] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.deitel.welcome/.welcome } </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