How to use a different emulator in Android Studio

时光怂恿深爱的人放手 提交于 2019-12-03 15:31:24

Leapdroid is compatible with Android adb, i.e., using the same port numbers starting with 5555, so there is really nothing special to do, pretty much same as what you do with the built-in Android emulator. If you run "adb devices", you will see a device named as "emulator-5554".

Here are the steps:

  1. Launch Leapdroid vm, which contains android 4.4.4 image
  2. Launch Android Studio, and click Android emulator tab, a device named as "Emulator unknown 4.4.4" will show up inside the device list, and you can select it.
  3. You should be able to see the logcat, and debug your Android app, etc.

Make sure that you close all other emulators first, in case there are conflicts.

I've also attached two screenshots for clarifications:

There are options like:

Genymotion: https://www.genymotion.com/
config with Androi Studio here

Visual Studio Emulator for Android https://www.visualstudio.com/en-us/features/msft-android-emulator-vs.aspx
config with Android Studio here

I hope this help you

Did you try using Genymotion? It is the fastest emulator I've come across.
-Download it from their website for your required system specifications.
-You will also need an account to download the device images.
-Once all that is done, when you simply run the emulator, the device should show up in your ADB choose device window.
-You may also want to use Genymotion plugin for android studio for easy launch of virtual devices.

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