Android Maps V2 Application Crashes On Phone
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
Also check my blogPost i have tried to explain the problems
Solution 3:
If you're on the SDK tools v17 that came out after Google I/O, check if any of these help here:
http://xrigau.wordpress.com/2012/03/22/fix-some-problems-with-libraries-in-the-adt-17-plugin-10/
http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17
Post a Comment for "Android Maps V2 Application Crashes On Phone"