PlacePicker.IntentBuilder builder = new PlacePicker.IntentBuilder();
startActivityForResult(builder.build(MainActivity.this), PLACE_PICKER_REQUEST);
私はこのソースコードを使用していますが、このようなbuilder.build(MainActivity.this)
でエラーがあります:置きAPIエラー:未処理の例外
Unhandled exceptions: com.google.android.gms.common.GooglePlayServicesRepairableException, com.google.android.gms.common.GooglePlayServicesNotAvailableException
私はそれの機能のAPI(bulid.gradle
上compile 'com.google.android.gms:play-services-places:11.4.2'
)ことを確認しました。どうすれば修正できますか?
...?コンパイル中です。 'Error:(55,53)error:報告されていない例外GooglePlayServicesRepairableException;捕まえられなければならない、またはスローされると宣告されなければなりません。 –
...私はエラーメッセージを無視しました。それを私が直した。ありがとう! –
もっと具体的に次回 – Thecave3