Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install android 6.0.1 emulator in Android Studio?

I facing this issue on my android emulator E/Surface﹕ getSlotFromBufferLocked: unknown buffer: 0xab7519c0

But I can't find any option how to udate android version to 6.0.1 of emulator in Android Studio 1.5.1

How can I do it?

like image 540
Arsenius Avatar asked Mar 19 '16 06:03

Arsenius


People also ask

Is there an android 11 emulator?

Set up Android Emulator to run Android 11You can set up an emulator with Android 11 from inside Android Studio: Install the latest Preview build of Android Studio. In Android Studio, click Tools > SDK Manager. In the SDK Tools tab, select the latest version of Android Emulator, and click OK.

How can I change my Android Emulator version?

Launch the emulator, tap "..." on the right-hand side panel, click Help > About. Go to Android Studio > Preferences, search for "Android SDK", click "SDK Tools", and then scroll to Android Emulator. On Mac, go to Terminal and run ~/Library/Android/sdk/emulator/emulator -version.

How do I install Android apps on Android Studio?

Run on an emulatorIn the toolbar, select your app from the run/debug configurations drop-down menu. From the target device drop-down menu, select the AVD that you want to run your app on. Click Run . Android Studio installs the app on the AVD and starts the emulator.


1 Answers

If you create a new Virtual Device under: Tools->Android->AVD Manager or Edit an existing device, you can change the System Image, however as of now I do not see an option for 6.0.1 only 6.0 and 7.0. There appears to be nothing in between even under all three tabs ( Recommended, x86 Images, Other Images ). I was looking for the same thing and to no avail. I also use Genymotion. but that also lacks the 6.0.1 system image.

like image 89
ClayHerendeen Avatar answered Sep 20 '22 11:09

ClayHerendeen