を解決できない私は、このガイドライン以下の前回の場所を取得するために私のAndroidアプリでFusedLocationApiを使用しようとしている:https://developer.android.com/training/location/change-location-settings.htmlcom.google.android.gms.common.api.Status .getStatusは()
私はいくつかを持っています結果の問題クラス。私のコードの場合:result.getStatus(オン
final PendingResult<LocationSettingsResult> result = LocationServices.SettingsApi.checkLocationSettings(mGoogleApiClient, builder.build());
...
final Status status = result.getStatus();
)。 IDEが私に通知しますメソッド 'GetStatus()'を解決できません。 ライブラリcom.google.android.gms.common.api.Statusをインポートします。
問題はどこですか?