ANDROID - How to verify / troubleshoot AVD debug key
Translations
Englishالعربية
български
català
中文
čeština
dansk
Nederlands
eesti
suomi
français
Deutsch
Ελληνικά
עברית
हिंदी
magyar
Bahasa Indonesia
italiano
日本語
한국어
latviešu
lietuvių
norsk
polski
Português
română
русский
slovenčina
slovenski
español
svenska
ไทย
Türkçe
українська
Tiếng Việt
I'm trying the HelloMapView example found here: http://developer.android.com/guide/tutorials/views/hello-mapview.html
Problem I'm having is that when I run my application, none of the map tiles will load... I heard this is usually do to my google maps api key not being correct. I tried signing my app with a key that I generated from google, but the application still wouldn't load the tiles into the map. I can zoom and effect other features of the map, everything except for actually loading the tiles. I was reading that the eclipse (which I'm using) will automatically generate a key for you, but that's not happening. Any suggestions on how to troubleshoot this problem? Thanks!
This question and answers originated from www.stackoverflow.com
Question by kurt (9/27/2010 4:08:02 AM)
Answer |
You should get an api-key for your debug key.
- Go to http://code.google.com/android/maps-api-signup.html
- Run
keytool -list -keystore ~/.android/debug.keystorefrom a shell - Paste your Certificate fingerprint in the link
- Add the api-key to your layout. it should look like this.
Answer by Macarse
Find More Answers