On Google Nexus 4
Downloaded the lastest version of the google play services example app and
trying to get interactive posts working.
Have changed none of the code, and followed the apis set exactly the same as
the documentation but keep on getting
Google Play services is invalid. Cannot recover.
And results code is equal to 0
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent intent) {
switch (requestCode) {
case REQUEST_CODE_SIGN_IN:
case REQUEST_CODE_GET_GOOGLE_PLAY_SERVICES:
handleResult(resultCode);
break;
case REQUEST_CODE_INTERACTIVE_POST:
mSharing = false;
if (resultCode != RESULT_OK) {
Log.e(TAG, "Failed to create interactive post");
}
break;
}
}
Original issue reported on code.google.com by AHob...@gmail.com on 21 Nov 2013 at 9:56
Original issue reported on code.google.com by
AHob...@gmail.com
on 21 Nov 2013 at 9:56