Skip to content Skip to sidebar Skip to footer

Android Maps V2 Application Crashes On Phone

I've used my app on my phone(Samsung Galaxy S3, 4.1.2) as people adviced me to when it comes to android map v2 apps but I still get the same error where it says that my app has unf

Solution 1:

Somehow, you are missing the code for the Maps V2 library in your project. You need to correctly attach to the Android library project representing the Play Services SDK. See the Play Services documentation, specifically the part beginning with "To set up a project to use the Google Play services SDK".

Solution 2:

I got this error when i imported the Google_Play_Services_lib to eclipse without checking the option of Copy Project to Workspace.See the picture enter image description here

Also check my blogPost i have tried to explain the problems

Solution 3:

Post a Comment for "Android Maps V2 Application Crashes On Phone"