Unfortunately My Maps Has Stopped Working. Android
I am learning Android development using a lynda video tutorial. i am adding the Google-Play-servies to create a maps. i did according to the tutorial, eclipse didn't show any error
Solution 1:
///you need to add this line also in your manifest.xml
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
//and you need to add this below line in your values folder in string.xml
or integer.xml
<integer name="google_play_services_version">4132500</integer>
Post a Comment for "Unfortunately My Maps Has Stopped Working. Android"