随着VS预览版的新版本退出,我下载并安装了它。
我想尝试一下新的Android Emulator,并创建了一个新的Cordova项目。我期待着这个屏幕截图中列出的类似选择:

然而,我只看到了前五个(Device,Android Emulator,Ripple ...)但缺少VS Emulator Android手机和VS Emulator Android平板电脑。
如果我尝试使用选项"Android Emulator“运行应用程序,则在输出控制台中得到以下错误:
2> WARNING : no emulator specified, defaulting to MonoForAndroid_API_10
2> Waiting for emulator...
2> emulator: ERROR: This AVD's configuration is missing a kernel file!!Android Emulator是否应该包含在VS 2015预览版中,或者我是否必须安装其他东西?
发布于 2014-11-14 06:03:03
Microsoft Visual Studio Emulator for Android由辅助安装程序安装,该安装程序应在安装Microsoft Visual Studio 2015 Preview后弹出。该列表中应该有一个项目需要检查。
如果您能在“添加/删除程序”中验证"Microsoft Visual Studio Emulator for Android“是否已安装,并且您运行的是Windows 8/8.1 Pro 64位或更高版本,将不胜感激。Microsoft Visual Studio Emulator for Android要求在计算机上安装Hyper-V。
根据您提供的错误,看起来您可能缺少Android SDK安装中的某些项目。请转到C:\Program Files ( x86 )\ Android \android-sdk并以管理员身份运行SDK Manager.exe,并确保在Android 4.4.2 (API 19)下,同时安装了ARM EABI v7a系统镜像和英特尔x86凌动系统镜像以及SDK平台。这些是默认Google Emulator所必需的
谢谢
--皮尔逊
https://stackoverflow.com/questions/26907629
复制相似问题