私はhttp://developer.android.com/resources/tutorials/hello-world.htmlで Hello World プロジェクトに取り組んでいます。
アプリケーションを実行すると問題が発生します。私が受け取る一連のメッセージは次のようなものです:
[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
プロセスの適切な実行を妨げているのは正確には何ですか? これを修正するにはどうすればよいですか?
更新 1:
OK、avd のクリアに関するあなたの提案を試しました。
android_sdk_linux ディレクトリに移動し、「tools/android list avd」と入力しました。出力は次のとおりです。
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
そこで、「tools/emulator -avd my_avd -wipe-data」と入力しました。出力は次のとおりです。
NAND: could not write file /tmp/android-jhsu/emulator-5FHEn7, File exists
しかし、/tmp/android-jhsu ディレクトリを調べたところ、ファイルがまったく表示されず、隠しファイルも表示されませんでした。
ここからどこへ行けばいいですか?