This article http://cobworks.ca/2010/04/19/why-android-market-has-no-games/ suggests that it does not, but I was hoping something might have changed since April.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Google released a new version with native x86 processor support, which sped things up a bit. It also supports OpenGL ES 2.0,faster-emulator-with-better-hardware :
Note: When creating a virtual machine, make sure to select the “GPU emulation” option from the hardware menu if you want to take advantage of the new features.
Reference:
liliputing
OpenGL ES 2.0 is not supported on Android Emulator (provided in SDK 2.3). Google is working on this feature but it is not yet available.
Update: it is available on OS X and windows with 4.0.3 image.
This worked for me ; My Emulator runs on 4.2.2 Platform 1. Download and install the intel X86 Emulator Accelerator (Haxim) from the extras of the SDK manager (You might be required to to enable virtualisation on your Bios setting if it is not.) . 2. Select an AVD of low dimesnsion say 3.2" . 3 . Select an Android API instead of google API target\ . (Google API defaults to Ameabi-v7a CPU but you need an intel Atom x86 . 4 Select reasonable memory and internal storage . 5 Check the "Use host GPU" from your AVD . 6 while running your android application add "-gpu on" in the additional command line option command . "HAX is working and emulator runs in fast virt mode"...This shows on your console at runtime
(My Emulator became faster than my PC)
Yes, support was completed in gingerbread. See version notes.