I just tried to run my company\'s app in the new x86 android emulator, but our app relies on the google maps API, and that is not available in the x86 system image that google p
You have to create a system image with Googles libs and permissions.
See http://38911bytes.blogspot.de/2012/03/how-to-use-google-maps-api-in-android.html for a cookbook to create and use such an image.