I need to use map in my Android application. There are many Android platforms. Do I need Google APIs for maps or will Map work for all platforms? I am getting an error when I change platforms from Google APIs to Android 2.2.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why you change from google API to Android 2.2??
If you select google API it contains both jars
maps.jarandAndroid2.2 jar.But if you selcet Android 2.2 maps.jar will not get added.
If you want to run applicatin having google map you should run in google API and in AVD in which Google API is slected.
Dont bother about different platforms of Google API as they will usually run on different google api level.(selecting minimum in your case level 7 is preferable)