Google Awareness API cannot register fence on emulator
问题 I try to update fence using following code: AwarenessFence locationFence = LocationFence.entering(latitude, longitude, radius); Awareness.FenceApi.updateFences( mGoogleApiClient, new FenceUpdateRequest.Builder() .addFence(LOCATION_FENCE_KEY, locationFence, mPendingIntent) .build()) .setResultCallback(new ResultCallback<Status>() { @Override public void onResult(@NonNull Status status) { if (status.isSuccess()) { Log.i(TAG, "Fence was successfully registered."); } else { Log.e(TAG, "Fence