应用程序需要运行“N”

时间:2016-05-09 12:54:29

标签: android eclipse android-emulator

我正在尝试使用Eclipse针对Android N测试我的应用。我收到错误,当我尝试调试时,应用程序需要运行'N'的设备。

我为运行Android N的Android设备创建了一个模拟器。 enter image description here 这是我的控制台日志:

[TTB] Android Launch!
[TTB] adb is running normally.
[TTB] Performing com.mycompany.myapp.MainActivityBasic activity launch
[TTB] Launching a new emulator with Virtual Device 'AndroidN'
[Emulator] Hax is enabled
[Emulator] Hax ram_size 0x80000000
[Emulator] HAX is working and emulator runs in fast virt mode.
[Emulator] console on port 5554, ADB on port 5555
[TTB] New emulator found: emulator-5554
[TTB] Waiting for HOME ('android.process.acore') to be launched...
[TTB] ERROR: Application requires a device running 'N'!
[TTB] Launch canceled!

这是我的清单中的一个片段:

    <uses-sdk
    android:minSdkVersion="N"
    android:targetSdkVersion="23" />

有什么问题吗? 感谢

0 个答案:

没有答案