Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Virtual Device Not Running App
    text
    copied!<p>I am brand new to Android app development. I created an app with a text view that says <code>Hello world!</code>. I started up the app on a Nexus 7 and Nexus S virtual device. On both devices, it loaded the OS, but the app was no where to be found. It didn't launch and it wasn't in the applications view. Where can I find it?</p> <p>PS: Sorry for the newbie question ;)</p> <p>EDIT 1: I tried using <code>Run &gt; Run</code> from the toolbar and selecting <code>Android Application</code>, and I got this:</p> <pre><code>[2013-06-09 15:20:23 - SDK Manager] Warning: Ignoring build-tool '.DS_Store', not a folder. [2013-06-09 15:27:45 - SDK Manager] Warning: Ignoring build-tool '.DS_Store', not a folder. [2013-06-09 15:31:48 - SDK Manager] Warning: Ignoring build-tool '.DS_Store', not a folder. [2013-06-09 15:34:55 - HelloWorld] ------------------------------ [2013-06-09 15:34:55 - HelloWorld] Android Launch! [2013-06-09 15:34:55 - HelloWorld] adb is running normally. [2013-06-09 15:34:55 - HelloWorld] Performing me.pogostick29.helloworld.MainActivity activity launch [2013-06-09 15:34:56 - HelloWorld] Automatic Target Mode: launching new emulator with compatible AVD 'Nexus7' [2013-06-09 15:34:56 - HelloWorld] Launching a new emulator with Virtual Device 'Nexus7' [2013-06-09 15:35:04 - Emulator] 2013-06-09 15:35:04.712 emulator64-arm[570:f07] Error loading /Library/ScriptingAdditions/XBurn.osax/Contents/MacOS/XBurn: dlopen(/Library/ScriptingAdditions/XBurn.osax/Contents/MacOS/XBurn, 262): no suitable image found. Did find: [2013-06-09 15:35:04 - HelloWorld] New emulator found: emulator-5554 [2013-06-09 15:35:04 - Emulator] /Library/ScriptingAdditions/XBurn.osax/Contents/MacOS/XBurn: mach-o, but wrong architecture [2013-06-09 15:35:04 - Emulator] emulator64-arm: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/XBurn.osax" declares no loadable handlers. [2013-06-09 15:35:04 - HelloWorld] Waiting for HOME ('android.process.acore') to be launched... [2013-06-09 15:35:04 - Emulator] 2013-06-09 15:35:04.738 emulator64-arm[570:f07] Loading Maximizer into bundle: (null) [2013-06-09 15:35:58 - HelloWorld] HOME is up on device 'emulator-5554' [2013-06-09 15:35:58 - HelloWorld] Uploading HelloWorld.apk onto device 'emulator-5554' [2013-06-09 15:35:58 - HelloWorld] Installing HelloWorld.apk... [2013-06-09 15:37:16 - HelloWorld] Success! [2013-06-09 15:37:16 - HelloWorld] Failed to install HelloWorld.apk on device 'emulator-5554': device not found [2013-06-09 15:37:16 - HelloWorld] com.android.ddmlib.InstallException: device not found [2013-06-09 15:37:16 - HelloWorld] Launch canceled! </code></pre> <p>Maybe I stopped the emulator too early?</p>
 

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