我建立Android Studio中(测试版)0.8.9的应用程序,但我似乎无法得到模拟器运行。 我做了一个的Nexus 4和5模拟器通过选择,但我似乎无法让他们开始。 它显示了这个在运行应用程序选项卡。
Waiting for device.
"C:\Program Files (x86)\Android\android-studio\sdk\tools\emulator.exe" -avd smallEmulator -netspeed full -netdelay none
因此,无论它无法启动,或者我只是一个不耐烦的SOB。
我也下载了Genymotion并通过启动一个模拟器,但现在的Android Studio不承认了模拟器。 我尝试运行我的应用程序,并检查所有正在运行的设备,但是,它并没有显示出来,尽管它实际上正在运行的事实。
我已经添加了Genymotion插件,无果。 不知道哪里出了问题。
我也有一个一加一,这我不知道我怎么能上调试。 他们似乎不具有该司机并没有立刻发现在谷歌任何东西为止。
任何帮助将非常感激。
编辑:我固定我的问题。 我用Genymotion来解决这个问题。 正在运行的模拟器没有转动起来,因为Android SDK中的不连在一起的。 Genymotion和Android Studio中使用的不同的。 所以我编辑Genymotion的设置使用,因为同一个和现在的作品!
首先,更新的Android工作室。 检查从Android的工作室外面的AVD管理器上运行的模拟器,我的意思是由乌尔SDK安装文件夹(AVD的manager.exe)手动启动它。 检查C-UR在.ini文件仿真器的路径:>用户>用户名> .android> AVD。 U可以使乌拉圭回合SDK文件夹“ANDROID_SDK_HOME”系统变量并把.android文件夹中的内容有(全.android文件夹)。 有时候,“重置ADB”后ü运行仿真器可以正常工作。
There may be an easier fix than what was previously mentioned. Try opening Android Studio, go to File, Settings, plugins. Select the “Browse Repositories” button at the bottom of the page. Scroll down the displayed page to find “Genymotion”; select it and install it.
When it has installed, restart Android Studio. Again, go to File, Settings, then go to Other Settings. Genymotion should show up as an option. There will be a field that asks for the path to the Genymotion folder.
Mine was: C:\Program Files\Genymobile\Genymotion
. At any rate, enter the path, click Apply or OK and Android Studio should recognize Genymotion (You may need to restart AS once again). Now you should have a small red icon on Android Studios tool bar; when you hover over it a pop up that identifies it as “Genymotion Device Manager”. Click on it, select a device to load, click start and allow the virtual device to start completely. Now run your Android Studio project; the Android Studio “Device Chooser” will pop up. You should see the Genymotion device you’d started previously, select it and you’re good.
Hope this helps…
文章来源: android studio - emulator doesn't work and genymotion doesn't get recognized