Emulators for Android Studio?

北城余情 提交于 2019-12-12 02:47:19

问题


I want to get a few emulators for Android Studio so I can test my apps, but I can't find out where to get them and how to install them. Thanks for the help!

Edit: Thank you both I got it working!


回答1:



1 - SDK Manager. Here you can install android system image.
2 - AVD Manager. Here you can define own Android Virtual Device. (First you need to install android system image via SDK Manager and then define you device based on that image)


回答2:


I'm glad you got the emulators working so you can test your apps. You also might want to try the virtual machine approach as you may find a significant speed improvement over the emulators that come with the SDK.

Probably the easiest way to get started with testing your apps on a virtual machine is by using Genymotion. There is a selection of machines with different APIs, and the Genymotion launcher integrates with adb (i.e., the connection to Eclipse/AS) and wraps the VM with GPS/telephony/camera simulation. Available for Mac/Win/Linux.



来源:https://stackoverflow.com/questions/24679690/emulators-for-android-studio

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