Google Maps works fine on Android but I still get an error “Could not find class 'maps.i.k', referenced from method maps.z.ag.a”

前端 未结 6 1272
Happy的楠姐
Happy的楠姐 2020-12-10 12:14

I got Google Maps Android API v2 to work perfectly on my Android Application by downloading the library, adding it to workspace, then referencing it as a library.

Bu

6条回答
  •  忘掉有多难
    2020-12-10 13:10

    You should not worry about those Dalvik warnings. I believe those shows up since the Google Maps library is compiled to an API level that is higher than the one running on your phone. Some classes that are available on the higher API are not available on your phone but the library must have some code to compensate for that already.

提交回复
热议问题