Android Google Maps Issue
In the program below i am trying to use google map from the following example http://www.vogella.de/articles/AndroidLocationAPI/article.html , i have followed exactly all the steps
Solution 1:
Make sure not only the AVD but also the target of your code must be set on Google API and not Android API. Check this in your default.properties file. If it's currently set to Android API, you can change it like this way: Select your project folder > properties > android > In the project build target select the Google API for your API level. Save All and it's done!
Have nice development!
Post a Comment for "Android Google Maps Issue"