How create android emulator without android studio?

孤人 提交于 2020-01-14 03:55:13

问题


Android Studio 3.2. I create 2 emulators by Android Studio. Nice. But the question is:

Is it possible to create android emulator WITHOUT Android Studio?

Our QA need to use emulators for test our applications. But it not need Android Studio.

How QA can create android emulator without Android Studio?


回答1:


There are a lot of 3th party emulators out there, which are quite easy to use and fast to set up. Just have a quick look in your favorite search engine. But here is a short list of better known ones:

  • BlueStacks
  • Genymotion
  • Nox App Player
  • MeMu
  • ARChon
  • KoPlayer

They should all be able to run your app on a pc to show someone. Have a look on them and inform yourself about the licensing and features.




回答2:


1 - Download Java JDK from the following link and install: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

2 - Download the Android SDK from the following link and install: https://android-sdk.uptodown.com/windows/descargar

3 - Download Intel HAXM from the following link and install: https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm

4 - Start the SDK Manager, install the tools and platforms you need.

5 - Start AVD Manager and create new emulator.



来源:https://stackoverflow.com/questions/53884511/how-create-android-emulator-without-android-studio

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