This document provides instructions for creating a basic map application for Android using Google Maps. It outlines 8 key steps: 1) Downloading the Google API SDK, 2) Creating an emulator targeting the Google API, 3) Adding the Google Maps library and internet permissions to AndroidManifest.xml, 4) Replacing the main.xml layout with a MapView component, 5) Getting an API key by generating an MD5 fingerprint, 6) Entering the API key in main.xml, 7) Extending the MapActivity class instead of the Activity class, and 8) Running the app on the emulator.
12. Map
Oum Saokosal
Masterof Engineering in Information Systems, South Korea
855-12-252-752
oum_saokosal@yahoo.com
2.
Map
• Google ownsAndroid, so it is obvious that
the map you're going to use in Android
app must be Google Map.
• However to use Google Map in your app
is not as easy as it should be.
3.
Instruction how tomake Map app:
1. Go to window menu -> Android SDK Manager
-> Download Google API (2.3.3 API 10)
4.
2. Create AVDTargeting
Google API:
For this map app, you
need to create an AVD
targeting Google API. In
this case, please choose
API level 10 for 2.3.3.