问题
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