java.lang.VerifyError: Verifier rejected class on Lollipop when using release APK

前端 未结 10 1959
渐次进展
渐次进展 2020-12-05 06:22

I get this error when I install my release APK on a 5.x device. The error does not occur when I push the same code from Android Studio, or if I run it on a

10条回答
  •  有刺的猬
    2020-12-05 07:14

    May be this can help some one who is facing this issue in Debug Build as well.

    I was also facing the same error.I missed to Configure Google API Console project. So Configure Google API Console project following this and specify your app's package name when prompted. You will also need to provide the SHA-1 hash of your signing certificate. See Authenticating Your Client for information.

提交回复
热议问题