Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 340 forks source link

Error on play console after move to 3.1.0-agp4.2-2, 3.2.0-agp4.2-2 and 3.2.0-agp4.2-2 #906

Closed jrcacd closed 3 years ago

jrcacd commented 3 years ago

Verifier rejected class com.google.android.gms.measurement.internal.AppMeasurementDynamiteService: void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.getCurrentScreenClass(com.google.android.gms.internal.measurement.zzw) failed to verify: void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.getCurrentScreenClass(com.google.android.gms.internal.measurement.zzw): [0x9] cannot access instance field qn3 in3.a from object of type Unresolved Reference: fp3 void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.getCurrentScreenName(com.google.android.gms.internal.measurement.zzw) failed to verify: void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.getCurrentScreenName(com.google.android.gms.internal.measurement.zzw): [0x9] cannot access instance field qn3 in3.a from object of type Unresolved Reference: fp3 void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.setConsent(android.os.Bundle, long) failed to verify: void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.setConsent(android.os.Bundle, long): [0xF] cannot access instance field qn3 in3.a from object of type Unresolved Reference: fp3 void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.setConsentThirdParty(android.os.Bundle, long) failed to verify: void com.google.android.gms.measurement.internal.AppMeasurementDynamiteService.setConsentThirdParty(android.os.Bundle, long): [0xF] cannot access instance field qn3 in3.a from object of type Unresolved Reference: fp3 (declaration of 'com.google.android.gms.measurement.internal.AppMeasurementDynamiteService' appears in /data/app/com.aaa.bbb-yDLxFcPJegV8zNN5Ay094A==/base.apk)

SUPERCILEX commented 3 years ago

I doubt that's related to the plugin. Try manually uploading the APK or bundle to see if it works.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jrcacd commented 3 years ago

Just waiting to see if is android studio bug.

jrcacd commented 3 years ago

Apparently it was a problem with the kotlin version I was using