私のアプリは完全に実行されますが、マップ表示にEclipseを使用していますが、プレイストアから携帯電話にダウンロードすることにしたとき、Googleマップは表示されません。これについて何か助けはありますか?
質問する
672 次
1 に答える
3
As posted in the comments, you need an API key tied specifically to your release key. The API key you used while programming (through the debug mode, which used the debug key) won't work. Once you have generated your release key, use that to generate a new Google Maps API key, and replace the existing one.
As expected, the new one won't work while debugging - you'll need to switch back to the debug API key should you need to run your app in debug mode again.
于 2013-03-28T16:52:17.957 に答える