2

Google Maps Android API v2

I'm getting error while trying to install sucessfully compiled maps demo app (%android-sdk%\extras\google\google_play_services\samples\maps\) on android-x86 device (Intel Mint):

Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]

The same APK can be installed on ARM devices and works successfully.

Androiderson
  • 16,865
  • 6
  • 62
  • 72
4ntoine
  • 19,816
  • 21
  • 96
  • 220
  • are you sure you are building for android-x86 as well? – auselen Dec 06 '12 at 12:00
  • no, just using default demo project settings. since there is no "libs" folders anywhere i am confused that it is targeted any specific platform – 4ntoine Dec 06 '12 at 12:10
  • created [issue](http://code.google.com/p/gmaps-api-issues/issues/detail?id=4686) – 4ntoine Dec 11 '12 at 08:56
  • also, there is another requirement: min Google Play service version. `WARN/GooglePlayServicesUtil: Google Play services out of date. Requires 2010100 but found 1013`. And NullPointer is thrown in mapFragment.getMap() – 4ntoine Dec 12 '12 at 09:37
  • 1
    This issue happens to me only when using Intellij Idea. You have to build your APK and install it manually. – Androiderson Apr 29 '13 at 20:08

1 Answers1

0

Yes. It is an official Google app and does not come in source code form to be recompiled for x86/MIPS.

Use the Genymotion Android emulator, see this other question: How do you install Google frameworks (Play, Accounts, etc.) on a Genymotion virtual device?

Community
  • 1
  • 1
RichardTheKiwi
  • 105,798
  • 26
  • 196
  • 262
  • At this time there are not only ARM devices on the market, but x86 too. Intel is not sleeping too) I believe it is/will be recompiled for another platforms too – 4ntoine Dec 10 '13 at 09:25