Installing Android emulator without eclipse

心不动则不痛 提交于 2019-12-22 08:37:55

问题


How do I install an android emulator on a computer without eclipse?


回答1:


No need to install eclipse for android emulator. Just download the android sdk and install it. You have to install JDK before installing android SDK. After completion of successful install. You will get two apps SDK manager and AVD Manager.

The SDK manager is used to update the SDK and to download the available libraries for different API versions and other libraries as you require.

The AVD manager is used to create android-virtual-devices for available API versions.

Open AVD manager from program files if you are using windows OS, it is very easy to create new AVD for any android API level available.

I hope it may help you.

Eclipse is just IDE to develop apps by using the installed SDK for android.

The "AVD Manager.exe" application can be found in the root SDK folder.




回答2:


The android eclipse plugin is simply sitting on top of the command-line tools which android provides for creating an emulator.

Once you have the android SDK on your machine, it provides these command-line tools.

See this article for details.



来源:https://stackoverflow.com/questions/9097268/installing-android-emulator-without-eclipse

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