Android Studio如何集成Genymotion和调试

如何集成安装:

android studio关联genymotion模拟器

参考地址:
http://jingyan.baidu.com/article/fc07f9897e8e0612ffe519a3.html

如何进行调试呢:

我的问题:我已经a. 安装了genymotion,b. 安装了genymotion shell,c. 安装了oracal VM VirtualBox,d. 在android studio上安装了genymotion plugin,都可以正常启动。可是run项目,供我选择的手机设备只有我的手机和ADT的模拟设备,死活识别不出来genymotion的设备(这时我已经启动了一个genymotion设备)。那么是什么问题呢?

原因:没有设置genymotion的adb,也就是sdk的路径。

解决方法:打开genymotion的主页面,设置sdk的位置为你android studio使用的sdk的目录。

具体步骤:

1)点击settings

2)点击ADB,设置sdk位置,选择Use custom Android SDK tools,选择Android SDK的位置。

3)重启Android studio,并重启android studio的genymotion插件,运行我的android项目,这下就能正确识别了

成功!!


结果:如果还不行,重新启动adb服务。

最后土办法:

Android Studio如何集成Genymotion和调试_第1张图片

结果使用andriod studio 调试,都出来了。


你可能感兴趣的:(Android/AS/NDK)