Android Studio: Genymotion Issues

别来无恙 提交于 2019-12-11 08:47:33

问题


When opening Android Studio i've encountered the issue of being unable to run a genymotion device via the two ways applicable [The genymotion icon and via the run configuration]?

Update:

Software Versions:

Genymotion version:2.4.0
Android Studio version:1.0
Operating System:win 7

Android Studio displays:

22:17:38 Genymotion Listing virtual machines and found Genymotion virtual device...

22:19:59 Genymotion: Launch process: F:\Oracle\VirtualBox\VBoxManage.exe list vms 22:19:59 Genymotion [SUCCESS] Process: F:\Oracle\VirtualBox\VBoxManage.exe list vms

22:19:59 Genymotion Listing virtual machines and found Genymotion virtual device...

PS:I have two devices in Genymotion already downloaded, they can work in genymotion but can not display in Android Studio.


回答1:


Expansion from comments for future readers:

Genymotion's main purpose is to run a Virtual Machine outside of Android Studio. Take these steps:

  1. Open Genymotion
  2. Open the device you wish to use [if it's your first time, download an appriopriate device and then open it]
  3. Go into Android Studio
  4. Right click on the desired project
  5. Click Debug
  6. Select the Genymotion device you have open
  7. Go back to Genymotion and wait it shouldn't take long to load.

Note: Ensure that when you click the Genymotion icon inside Android Studio and it shows up a 'preferences' dialog, you should place the file path to the Genymotion program inside the area provided. Click finish. When you click the icon again it should show you the devices that are available. see Android Studio + Genymotion tutorial.



来源:https://stackoverflow.com/questions/30054014/android-studio-genymotion-issues

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!