模拟器已加载,但未安装应用程序,我尝试重新启动 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 - 模拟器]