Hello,
I can build up the app and supply it to Google Play Console without issues.
Tried testing on mobile phones through the internal testing. The app installs, but it crashes as soon as you tap to open.
This is the error log I am getting. It is probably something with the java version, but I’m on the JDK 1.8 as per all the tutorials and answers.
The project is built with 4.26 and I cannot update to newer. I successfully built and published on AppStore for iOS.
Any ideas and help would be awesome. Thanks!
Error log from the phone, tried Android 13 and 14 on Xiaomi. On both, the version I published last year works fine without troubles.
java.lang.NoSuchMethodError: No static method metafactory(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite; in class Ljava/lang/invoke/LambdaMetafactory; or its super classes (declaration of ‘java.lang.invoke.LambdaMetafactory’ appears in /apex/com.android.art/javalib/core-oj.jar)
at b.b.a.a.i.z.h.n.(Unknown Source:31)
at b.b.a.a.i.z.h.f.c(Unknown Source:0)
at b.b.a.a.i.z.h.i.c(Unknown Source:0)
at b.b.a.a.i.z.h.i.b(Unknown Source:0)
at b.b.a.a.i.z.h.i.get(Unknown Source:0)
at b.b.a.a.i.z.h.o.b(Unknown Source:18)
at b.b.a.a.i.z.h.o.get(Unknown Source:0)
at b.b.a.a.i.z.h.m.b(Unknown Source:24)
at b.b.a.a.i.z.h.m.get(Unknown Source:0)
at b.b.a.a.i.v.a.a.get(Unknown Source:15)
at b.b.a.a.i.z.g.b(Unknown Source:10)
at b.b.a.a.i.z.g.get(Unknown Source:0)
at b.b.a.a.i.z.b.b(Unknown Source:18)
at b.b.a.a.i.z.b.get(Unknown Source:0)
at b.b.a.a.i.u.b(Unknown Source:18)
at b.b.a.a.i.u.get(Unknown Source:0)
at b.b.a.a.i.v.a.a.get(Unknown Source:15)
at b.b.a.a.i.e.o(Unknown Source:2)
at b.b.a.a.i.s.c(Unknown Source:4)
at com.google.firebase.datatransport.TransportRegistrar.lambda$getComponents$0(Unknown Source:11)
at com.google.firebase.datatransport.TransportRegistrar$$Lambda$1.create(Unknown Source:0)
at com.google.firebase.components.ComponentRuntime.lambda$new$0(Unknown Source:9)
at com.google.firebase.components.ComponentRuntime$$Lambda$1.get(Unknown Source:4)
at com.google.firebase.components.Lazy.get(Unknown Source:15)
at com.google.firebase.components.AbstractComponentContainer.get(Unknown Source:8)
at com.google.firebase.components.ComponentRuntime.get(Unknown Source:0)
at com.google.firebase.components.RestrictedComponentContainer.get(Unknown Source:10)
at com.google.firebase.messaging.FirebaseMessagingRegistrar.lambda$getComponents$0$FirebaseMessagingRegistrar(Unknown Source:43)
at com.google.firebase.messaging.FirebaseMessagingRegistrar$$Lambda$0.create(Unknown Source:0)
at com.google.firebase.components.ComponentRuntime.lambda$new$0(Unknown Source:9)
at com.google.firebase.components.ComponentRuntime$$Lambda$1.get(Unknown Source:4)
at com.google.firebase.components.Lazy.get(Unknown Source:15)
at com.google.firebase.components.ComponentRuntime.initializeEagerComponents(Unknown Source:48)
at com.google.firebase.FirebaseApp.initializeAllApis(Unknown Source:72)
at com.google.firebase.FirebaseApp.initializeApp(Unknown Source:73)
at com.google.firebase.FirebaseApp.initializeApp(Unknown Source:2)
at com.google.firebase.FirebaseApp.initializeApp(Unknown Source:35)
at com.google.firebase.provider.FirebaseInitProvider.onCreate(Unknown Source:4)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2468)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2433)
at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source:3)
at android.app.ActivityThread.installProvider(ActivityThread.java:7823)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:7334)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7067)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2212)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8252)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)