Po this tutorial, ja wklejony kod do mojego Główna działalność:Dysk Google Android poradnik API problem
@Override
public void onConnectionFailed(ConnectionResult connectionResult) {
if (connectionResult.hasResolution()) {
try {
connectionResult.startResolutionForResult(this, RESOLVE_CONNECTION_REQUEST_CODE);
} catch (IntentSender.SendIntentException e) {
// Unable to resolve, message user appropriately
}
} else {
GooglePlayServicesUtil.getErrorDialog(connectionResult.getErrorCode(), this, 0).show();
}
}
skończę konieczności importowania biblioteki Buncha, ale wciąż nie może naprawić ten błąd:
RESOLVE_CONNECTION_REQUEST_CODE cannot be resolved to a variable
jakieś pomysły ??? Nie mogę określić, która biblioteka zawiera tę stałą ...