Note that there are some explanatory texts on larger screens.

plurals
  1. PONAND error in Hello World project in the official Android developer tutorial
    text
    copied!<p>I'm working on the Hello World project at <a href="http://developer.android.com/resources/tutorials/hello-world.html" rel="nofollow">http://developer.android.com/resources/tutorials/hello-world.html</a></p> <p>The trouble comes when I run the application. The sequence of messages I get is something like:</p> <pre><code>[2012-04-30 15:13:19 - HelloAndroid] ------------------------------ [2012-04-30 15:13:19 - HelloAndroid] Android Launch! [2012-04-30 15:13:19 - HelloAndroid] adb is running normally. [2012-04-30 15:13:19 - HelloAndroid] Performing com.example.helloandroid.HelloAndroid activity launch [2012-04-30 15:13:19 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'my_avd' [2012-04-30 15:13:19 - HelloAndroid] Launching a new emulator with Virtual Device 'my_avd' [2012-04-30 15:13:25 - Emulator] NAND: could not write file /tmp/android-jhsu/emulator-7iTL7m, File exists </code></pre> <p>What exactly is stopping the process from executing properly? What do I need to do to fix this?</p> <p>UPDATE 1:</p> <p>OK, I tried your suggestions about clearing the avd.</p> <p>I went into my android_sdk_linux directory and entered "tools/android list avd". The output was:</p> <pre><code>Available Android Virtual Devices: Name: my_avd Path: /home/jhsu/.android/avd/my_avd.avd Target: Android 4.0.3 (API level 15) ABI: armeabi-v7a Skin: WVGA800 </code></pre> <p>So I entered "tools/emulator -avd my_avd -wipe-data". The output was:</p> <pre><code>NAND: could not write file /tmp/android-jhsu/emulator-5FHEn7, File exists </code></pre> <p>But I looked in the /tmp/android-jhsu directory and saw no file at all, not even a hidden file.</p> <p>Where do I go from here?</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