简体   繁体   English

如何在android studio上第一次在genymotion上运行app

[英]How to run app on genymotion for the first time on android studio

I have installed genymotion and created a virtual device and configured it with android studio, when I want to run any app it open the emulator instead of genymotion. 我已经安装了genymotion并创建了一个虚拟设备,并使用android studio配置它,当我想运行任何应用程序时,它打开模拟器而不是genymotion。

Android studio 1.0.1 Android studio 1.0.1

It is probably because the run configuration is set to run by default on the emulator. 这可能是因为运行配置设置为默认情况下在模拟器上运行。

Go to "Run -> Edit Configurations..." Then select the run configuration you use for launching your app, and for the "Target Device" choose "Show Chooser dialog". 转到“运行 - >编辑配置...”然后选择用于启动应用程序的运行配置,对于“目标设备”,选择“显示选择器对话框”。 Save and run, it should show a dialog asking you to select the GenyMotion or the emulator. 保存并运行,它应显示一个对话框,要求您选择GenyMotion或模拟器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM