エミュレーターはロードされていますが、アプリはインストールされていません。adb の再起動、Eclipse の再起動、新しい Android プロジェクトの作成、新しい avd の作成を試みましたが、すべて正常に動作しましたが、アプリをまったくインストールできませんでした。以下は私のxmlファイルです。ご協力いただきありがとうございます
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.eldorado.myfirstapp"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="10" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.eldorado.myfirstapp.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
ここにアンドロイドコンソールがあります
[2013-03-11 21:55:20 - MySecondProject] ------------------------------
[2013-03-11 21:55:20 - MySecondProject] Android Launch!
[2013-03-11 21:55:20 - MySecondProject] adb is running normally.
[2013-03-11 21:55:20 - MySecondProject] Performing com.exapmple.mysecondproject.MainActivity activity launch
[2013-03-11 21:55:20 - MySecondProject] Automatic Target Mode: Preferred AVD 'Gingerbread_WVGA' is not available. Launching new emulator.
[2013-03-11 21:55:20 - MySecondProject] 仮想デバイス 'Gingerbread_WVGA' で新しいエミュレーターを起動 [2013-03-11 21:55:28 - エミュレーター] エミュレーター: エミュレーター ウィンドウが表示されず、再表示されました [ 2013-03-11 21:55:28 - エミュレータ]