基本的Android应用程序无法通过VS2015在Xamarin Android Player上运行

时间:2016-04-06 18:46:14

标签: visual-studio xamarin

我一直试图通过XAMARIN Android Player运行Visual Studio 2015提供的基本Android应用程序。程序成功构建和部署,但是,App或任何内容都不会出现在屏幕上。 Xamarin玩家需要超过20分钟才能开始,然后什么也没发生。查找屏幕截图。 Screenshot

3 个答案:

答案 0 :(得分:1)

WIthin the Android SDK Manager look under Extras there is an package called Intel x86 Emulator Accelerator (HAXM Installer). Installing HAXM will increase the speed of the emulator when you use the Intel Atom CPU/ABI

Also when creating the emulator device check Use Host GPU for increaded performance.

Intel x86 Emulator Accelerator HAXM

答案 1 :(得分:0)

我也遇到了Xamarin Android Player的一些问题。目前我正在使用Genymotion Emulator,速度更快。

答案 2 :(得分:0)

嗯,好吧,好吧,我把事情搞定了。以下是我执行的步骤:

  1. 安装Xamarin for VS2015后,我通过SDK Manager检查了最新的Android SDK。安装了所有必要的更新。
  2. 安装了Xamarin Android Player并使用了模拟器Nexus 5 KitKat API级别19。 早些时候我使用的是Nexus 5 Lollipop,之所以如此,那是行不通的。可能还没有修复它。
  3. 正如皮拉图斯先生在上面的回答中所描述的那样,特定的HAXM确实有助于加速模拟器。
  4. 让我的Android应用运行。
  5. 感谢大家提供所有必要的建议,并指导我在XAMARIN开发中的宝贝步骤。格拉西亚斯。 NAMASTE!