Genymotion模拟器没有一个显示在Android Studio中的已连接设备下
我已经成功安装了Android Studio,到目前为止,它的运行情况确实非常好.
I have successfully installed Android Studio, it works really great thus far.
我还下载了带有虚拟盒子的Genymotion,到目前为止,它的运行情况也非常好.
I have also downloaded Genymotion which came with virtual box, that works really great thus far as well.
在Genymotion中,我从Android Studio Tools添加了文件路径,该文件路径是我从SDK Manager复制并粘贴的.
In Genymotion , I added the file path from Android Studio Tools which I copied and paste from SDK Manager.
在Android Studio中,我也添加了路径(我相信它是默认文件路径):C:\ Program File \ GenyMobile \ Genymotion
In Android Studio, as well, I added the path ( I believe the Default file path it is): C:\Program File\GenyMobile\Genymotion
然后我以自己选择的Genymotion启动设备,出现了模拟器(效果很好!)
I then started the device in Genymotion of my choice , the emulator showed up (This worked out great !)
然后,我进入Android Studio(设备处于Genymotion状态时表示正在引导)以运行该程序. Genymotion的仿真器未在连接的设备()下出现.
Then I went to Android Studio (while the device in Genymotion status states booting) to run the program. The emulator from Genymotion didn't come up under connected devices ( ).
在同一窗口中还会弹出一个小窗口:未检测到USB设备或正在运行的仿真器"
There is also a little pop up in the same window that says: " No USB Devices or running emulators detected "
这里的问题是:
为什么Genymotion的仿真器未在连接的设备下显示)?是不是我没有安装特定的Android工具?
Why is it that the emulator from Genymotion isn't showing under connected Devices)?? Is it that I did not install a specific Android Tool?
我使用的是AMD机器-Windows 10,因此我下载并选择与Genymotion一起使用,因为它是android studio中的模拟器,需要很长时间才能真正出现在屏幕上.
I am using an AMD machine - Windows 10 hence I downloaded and chose to work with Genymotion instead as the emulator in android studio, is taking very long to come and nothing really comes up on the screen.
非常需要任何人的帮助,谢谢
Anyone's assistance is greatly needed, Thank you
原因是,ADB没有与Genymotion虚拟设备连接.实际上,这是Genymotion的错误.因此,您必须手动执行此操作.请手动此. 另外,您还必须安装适用于Android Studio的插件.请参阅此以安装插件.
The reason is, ADB does not connect with the Genymotion virtual device. That is a bug of Genymotion actually. So you have to manually do that. Refer this to do it manually. And also you will have to install the plugin for Android Studio as well. Refer this to install the plugin.
您可以在设备窗口中找到虚拟设备的IP.
You can find the IP of the virtual device in the device's window.