How to update android emulator to 6.0.1

江枫思渺然 提交于 2020-01-03 10:31:44

问题


I am getting error 'E/Surface: getSlotFromBufferLocked: unknown buffer: 0xab7cffe0'. Upon research, I got understood that it is known issue in android 6.0. How to update android emulator from 6.0 to 6.0.1? In SDK manager I can see Android 7.0 and android 6.0 are installed ,but 6.0.1 is not there.

How should I update 6.0 to 6.0.1?

Also in AVD manager I cannot see any system image other that 6.0. I have installed other versions also, then how to select those versions of android for my AVD?

Also every time I run my app I get error emulator: WARNING: UpdateCheck: failed to get a URL: 35 (Error) emulator: WARNING: UpdateCheck: failed to get the latest version, skipping check (current version '24.4.1'


回答1:


There is no Android 6.0.1 emulator image that's provided by Google.

What I did (on Windows 10 - I don't know if this works for Mac):

  1. go to https://www.fosshub.com/Remix-OS.html
  2. download RemixOS_Player (currently it's 744.04 MB | version: 1.0.110)
  3. install it and run it

When you deploy your app from Android Studio you'll see the Android version (see pic below)



来源:https://stackoverflow.com/questions/38981972/how-to-update-android-emulator-to-6-0-1

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