I am working on an Android project that requires the use of google maps. I read the tutorials and I have to add this to the AndroidManifest.xml file:
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
The thing is, I donβt know what number to replace "@ integer / google_play_services_version" with.
If someone knows what I should enter there, and how to get this integer value, I would appreciate it.
android android-manifest google-play-services google-maps
user3184786 Jan 26 '14 at 6:13 2014-01-26 06:13
source share