I already get the Google map API key to run on the emulator, but when I run the program on real android device, the Map
doesn't show up.
I've read some of the solution that said that I have to get the release key from Google, but the solution doesn't tell me HOW can I get those key
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Generate a new
key-store
, get aApi key
again and use the new key.It is not only about the Android app keystore or the Android Maps API Key. It is a combination of both. We need the keystore when we want to sign a App.
The way you can sign a App is as follow; (I am giving instructions by assuming that you are working with Eclipse IDE)
Then you can finish creating a signed key for your app. Next procedure is Android Maps API Key Signup process. Here I am assume that you are doing implementation in a Windows environment
Give the MD5 key on the appropriate place, provide the tick. Then the Google people will provide you a XML code. You have to insert that code in the XML file where you need to load the map.
Bingo... now you have created an App which support Google map API that runs on a emulator as well as real device. :-)