I have Java GoogleMAP project.This is not android project. I have done this project previous using KML. Now Google has changed to JSON/XML. I need to save coordinates within 2 l
You need to add the Google APIs Add-On to your project. See this document: https://developers.google.com/android/add-ons/google-apis/installing
That's all.
Go to project properties, and go to Android. Select "Google API" instead of Android x.x. It works for me and ideally should work for you too.
exactly works fine for me project properties > android > platform > Google API 10
and Clean :) .First download the Google API version you require using SDK Manager!
make sure you have defined at your manifest
file inside application tag the following line:
<uses-library android:name="com.google.android.maps"/>
I solved by "Sync Project with Gradle Files".
You need to compile your project with Google APIs.