Skip to main content

Posts

Showing posts from September, 2010

Android Google Maps API 사용하기

debug.keystore 파일이 있는 곳에서 커맨드 프롬프트를 열어 아래와 같이 실행하여 fingerprint를 얻는다 ------------------------------------------------------------------------------------------------ keytool -list -keystore debug.keystore -keypass android -storepass android -alias androiddebugkey ------------------------------------------------------------------------------------------------ http://code.google.com/android/add-ons/google-apis/maps-api-signup.html 위 사이트에 접속 해서 얻은 fingerprint를 입력 하여 Maps API 키를 얻으면 된다. 이 api key 를 MapView에 넣으면 된다 참조 http://code.google.com/android/add-ons/google-apis/mapkey.html