テストとデバッグの際にデバッグ用 API キーを使用しましたが、今度は公開 API キーに移動してアプリを公開しました。
マップが読み込まれ、GPS の位置が表示されます (API キーが正しいことを示します) が、ピン (注釈) は表示されません。以下のエラーも表示されます。
08-12 15:50:42.315: E/GooglePlayServicesUtil(11478): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
私はチェックしました、そして私はこれを持っています:
だから、すべてがうまくいくと思っていました。
また、このエラーが発生します:
08-12 15:50:42.315: E/GooglePlayServicesUtil(11478): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
08-12 15:50:42.325: E/log_tag(11478): Error in http connection android.os.NetworkOnMainThreadException
08-12 15:50:42.325: E/log_tag(11478): Error converting result java.lang.NullPointerException: lock == null
08-12 15:50:42.325: E/log_tag(11478): Error parsing data org.json.JSONException: End of input at character 0 of
新しいキーを生成し、ダウンロードされた JSON をトレースしてみましたが、すべて問題ないようです。