Android Tutorials - Google Maps API V2
Android Tutorials - Google Maps API V2
Google Maps
Step # 1:
Create an android application
Step # 2:
Obtain API key
command :
keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias
androiddebugkey -storepass android -keypass android
Step # 3:
Download and configure the
Google Play services SDK
your eclipse.
Add the Google-play-service-lib project as a
Step # 4:
Add the required settings in your
application's manifest
Step # 5:
Add a map to your application
Step # 6:
Publish and run your application