adyen-3ds2-android icon indicating copy to clipboard operation
adyen-3ds2-android copied to clipboard

AppUpgradeBroadcastReceiver.onReceive - java.lang.NoSuchMethodError - No static method a(J)Ljava/lang/String; in class Latd/x0/a; or its super classes

Open anthonymonori opened this issue 11 months ago • 3 comments

Describe the bug

Fatal Exception: java.lang.NoSuchMethodError: No static method a(J)Ljava/lang/String; in class Latd/x0/a; or its super classes (declaration of 'atd.x0.a' appears in /data/app/~~RADlBsF9szpiEKGdOOajzg==/com.transferwise.android-hXNdWaJGCg595QoG0AyFsQ==/base.apk)
       at com.adyen.threeds2.internal.AppUpgradeBroadcastReceiver.onReceive(AppUpgradeBroadcastReceiver.java:1)
       at android.app.ActivityThread.handleReceiver(ActivityThread.java:4663)
       at android.app.ActivityThread.-$$Nest$mhandleReceiver()
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2357)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loopOnce(Looper.java:232)
       at android.os.Looper.loop(Looper.java:317)
       at android.app.ActivityThread.main(ActivityThread.java:8501)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)

To Reproduce We observed the above crash coming from one customers using the 2.2.15 version of the SDK. We were not able to reproduce it locally.

Expected behavior To understand better what caused the crash

Screenshots n/a

Smartphone (please complete the following information):

  • Device: Android
  • OS: 14

anthonymonori avatar Mar 28 '24 18:03 anthonymonori

I can see in the latest 2.2.16 now sets both compileSdkVersion and targetSdkVersion to 34 (Android 14) which could theoretically have an impact on the above. I'll try to update next week, but if you can take a look at the stack trace and confirm that it is the same issue, feel free to close this already.

anthonymonori avatar Mar 28 '24 18:03 anthonymonori

Hi @anthonymonori Thank you for sharing. We will look into this more and keep you updated.

tkuntubayev avatar Apr 02 '24 16:04 tkuntubayev

Hey @anthonymonori could you confirm if you are still experiencing this issue?

fdcb avatar Apr 25 '24 13:04 fdcb

Sorry for the radio silence, I haven't seen the issue again after the upgrade, so it looks to be fixed.

anthonymonori avatar Jul 25 '24 21:07 anthonymonori