Android Maps: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

前端 未结 2 644
轮回少年
轮回少年 2020-12-07 02:34

I\'m trying to use Android Maps, following the instructions in Hello MapView.

I\'ve added

相关标签:
2条回答
  • 2020-12-07 03:04

    This error arises from the fact that Google Maps not installed on your device/emulator.

    Find another device (or install Google Maps on your device) or create AVD for emulator with Google Maps.

    0 讨论(0)
  • 2020-12-07 03:09

    Make sure that your project is set up to target API level 3 (android create project -t 3 ...), and that the AVD you are testing with is also set for API level 3 (or you are testing on an actual device with Google Maps on it).

    0 讨论(0)
提交回复
热议问题