Is there any way, how to get new x86 image for Android emulator working with Google Maps SDK?
This tutorial works:
http://38911bytes.blogspot.de/2012/03/how-to-use-google-maps-api-in-android.html
Don't forget to use emulator -partition-size 1024 and android:installLocation="auto", preferExternal made me trouble.
emulator -partition-size 1024
android:installLocation="auto"
preferExternal