How do I change my package name after already obtaining a Google Maps API key?

ε祈祈猫儿з 提交于 2019-12-11 09:15:29

问题


I was trying to upload my APK on the Market for beta testing and realised that my package name started with com.example which isn't allowed. My app is ready to beta, everything is in place but my package name is not allowed. I've tried changing my package name in Android Tools but my problem is with Google Maps since my app is already signed up with com.example. I can get my app running but Google Maps fails to load.

How do I change my package name after I've signed up with a Google Maps API key?


回答1:


Just change the package name in google api console. Remember, the project name should be the same.



来源:https://stackoverflow.com/questions/15650798/how-do-i-change-my-package-name-after-already-obtaining-a-google-maps-api-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!