-1
E/Google Maps Android API: Authorization failure. Please see
https://developers.google.com/maps/documentation/android-api/start for how
to correctly set up the map.
E/Google Maps Android API: In the Google Developer Console
(https://console.developers.google.com)</p>
Ensure that the "Google Maps Android API v2" is enabled.
Ensure that the following Android Key exists:
私は上記のエラーが発生しています。アプリケーションは正常に動作しますが、リリースされたバージョンではマップを表示できません。公開apkの地図を表示できません
私は以下の点がチェックしている:
APIキーはGoogleマップのAndroid API v2のを見つけることができませんでし
正しいですが、私はGoogleマップのAndroidのAPIを有効にしているに
- をデバッグAPKが動作します
- リリースビルドのためにsha1を作成しました
apiキーが正しい可能性があります。[Googleコンソールで正しく設定されていますか]を確認してください(https://developers.google.com/maps/documentation/android-api/start#display_your_apps_certificate_information) – bhansa
。私が見逃したことは、3つのsha1キー、デバッグ、リリース、そしてapkをアップロードするときにGoogleが提供するものがあるということでした。 Googleマップapiにsha1の検証済みのGoogleを挿入しなければならなかった。 https://support.google.com/googleplay/android-developer/answer/113469?hl=ja –
うれしかった!あなたはそれを答えて受け入れてもらえますか? – bhansa