Visual Studio 2015 CTP 6中的android模拟器将不会启动。如果我试图在任何安卓模拟器(KitKat或棒棒糖、手机或平板电脑)上启动与任何原生安卓c++项目的调试会话,我会得到错误消息:
"The device '' is invalid or not running. Please switch to another device, or use the Android Virtual Device (AVD) Manager to start a compatible emulator, or connect a compatible Android device."
我已经修复并重新安装了几次Visual Studio和Visual Studio android模拟器。
发布于 2015-02-27 01:48:48
您应该会看到仿真器的Hyper-V条目。
看起来您使用的是Visual Studio Emulator for Android的CTP6版本(支持KitKat和棒棒糖)。
模拟器的CTP6版本需要匹配的Visual Studio2015 CTP6版本。首先要尝试的是在此处安装Visual Studio的CTP6版本:http://www.visualstudio.com/en-us/downloads/visual-studio-2015-ctp-vs.aspx
安装VS CTP6之后,在Add Remove Programs (控制面板)中确认模拟器的版本号仍然是1.0.50219.2。
https://stackoverflow.com/questions/28726287
复制相似问题