Could not find class \'android.app.AppOpsManager\', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zza
Authorization failure. Please se
Well, if anyone is still wondering...I had the same issue and finally figured it out. AppOpsManager was added in API level 19. Make sure your targetSdkVersion in your AndroidManifest.xml is the right one.