Mac のエミュレーターでマップを機能させるために、過去 2 時間試行錯誤してきました。私はこれなどのスタックに関するいくつかの提案に従いましたが、これは何度も何度も試しましたが、これらは古くなっていますか?
私はいくつかの新しいプロジェクト、新しい仮想デバイス、常にクリーンアップを行ってきましたが、うまくいきません。助言がありますか?
APKファイルをインストールした後、あなたが尋ねるのと同じ問題がありました.Androidバージョン4.2.2レベル17エミュレーターでGoogleマップバージョン2を正常に実行しました。何が問題なのかを見つけるために2日を費やしました。
最新の更新バージョンでGoogle APIの更新バージョンがあることを確認してください。Android Sdk Manager の余分なフォルダーにある Google Play サービス。
リンク エミュレーターでマップ v2 を開始するためのすべての手順に従うには: https://blog-emildesign.rhcloud.com/?p=527
steps:
1) delete your current AVD or Genymotion emulator
2) create new AVD or Genumotion emulator
- Device: select Device any
- Target: choose target as you want but make sure it should be 4.0 or greater
- CPU: Intel or ARM
- RAM, Heap, Internal storage, sd card: it should be lower according to your pc specification means if you have good RAM and process then go for the higher as you can.
インストールする必要があります
three apk files on emulator
1) com.android.vending.apk
2) com.google.android.gms.apk ( above both are given in the link)
Note: Google play service apk (gms) version should be same as your
google play service library mention in your code. Check google play
service library version name and download the same version of apk file
3) com.google.android.maps
編集:
これらすべてをエミュレーターに正常にインストールした場合は、エミュレーターで Google マップを確実に開くことができます。
もう1つ、プロジェクトで参照するGoogle Playサービスライブラリのバージョンは、Google Playサービスapkファイルをインストールするものと同じであることをお勧めします。必須ではありませんが、Google Play サービスのバージョン ミスマッチ エラーという同じ問題が発生する場合があります。
私はそれがあなたを助けることを願っていくつかのリンクを見つけました. APKファイルのダウンロードリンク:
為に、
gms: http://uploaded.net/file/bnzl1si4
販売: http://www.androidfilehost.com/?fid=9390135922294521859
それがあなたを助けることを願っています。