My google map android app keeps crashing
- by Manny264
I have followed about two tutorials from vogella and some other tutorial that looked similar...very similar but to no avail. I load the app on my nexus 7 and it just crashes "Unfortunately MyMapView has stopped working" on launch.This is the manifest:
`
<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />…