Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/227.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/backbone.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Emulator已加载,但应用程序未安装且无错误_Android_Eclipse_Avd_Helios - Fatal编程技术网

Android Emulator已加载,但应用程序未安装且无错误

Android Emulator已加载,但应用程序未安装且无错误,android,eclipse,avd,helios,Android,Eclipse,Avd,Helios,Emulator已加载,但未安装应用程序, 我尝试过重启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.myfirstap

Emulator已加载,但未安装应用程序, 我尝试过重启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:28-仿真器]仿真器:仿真器窗口不可见,已重新居中
[2013-03-11 21:55:28-Emulator]

检查您使用任何API创建的虚拟磁盘,或将android:minSdkVersion=“10”更改为android:minSdkVersion=“7”,然后重试。

请查看您的
android控制台
,并粘贴到此处以查看那里发生了什么!我更改了版本,但仍然存在问题。顺便问一下,你说的VD是什么意思顺便问一下,我的日志是空的,有什么建议吗?
[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.