Skip to content Skip to sidebar Skip to footer

Android: Open Googlemaps From Activity

Here is my problem. I would like to open googleMaps activity from another activity, bind to a service, and recieve data from tcp server. I open googleMaps like this: Intent intent

Solution 1:

add this line in your manifest file

<meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />

Post a Comment for "Android: Open Googlemaps From Activity"