How to run the new Chrome for Android 4 on Android Emulator? How to run the new Chrome for Android 4 on Android Emulator? google-chrome google-chrome

How to run the new Chrome for Android 4 on Android Emulator?


Response from deejoy at http://blog.apkudo.com/2012/08/08/run-google-play-on-an-emulator-and-pretend-to-be-any-device/

...I did manage to get the latest chrome downloaded and installed on my emulator. However, when I run Chrome on the emulator I'm met with the following error:

[ERROR:context_group.cc(83)] ContextGroup::Initialize failed because too few vertex attributes supported.

So, what does that mean? Long story short, my emulator (even with OpenGL acceleration) does not support the required number of vertex attributes to run Chrome. You can take a look at Chrome's source code here: http://code.google.com/p/chromium/source/search?q=context_group.cc&origq=context_group.cc&btnG=Search+Trunk

Somewhere in context_group.cc (not necessarily line 83) you'll see an explicit check for the number of available vertex attributes and the offending error message. As far as I know, theres not much you can do (if anything) to get past this error.