I update 2 apps in the Play Store, with the new B4A version and SDK.
Both apps raises the same error in Crashylitcs:
Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx...
In differents devices:
Galaxy A52 (14), Galaxy A03 Core (13), Galaxy A23 5G (14), Moto G34 5G (15), Galaxy A14 5G (15)
Which could be the cause and how can I fix it?
Thanks in advance.
Both apps raises the same error in Crashylitcs:
Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx...
In differents devices:
Galaxy A52 (14), Galaxy A03 Core (13), Galaxy A23 5G (14), Moto G34 5G (15), Galaxy A14 5G (15)
Which could be the cause and how can I fix it?
Thanks in advance.
B4X:
Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/concurrent/futures/CallbackToFutureAdapter$Resolver;
at androidx.privacysandbox.ads.adservices.java.measurement.MeasurementManagerFutures$Api33Ext5JavaImpl.getMeasurementApiStatusAsync(MeasurementManagerFutures.kt:191)
at com.google.android.gms.internal.ads.zzeda.zza(com.google.android.gms:play-services-ads@@24.4.0:2)
at com.google.android.gms.internal.ads.zzcml.zzk(com.google.android.gms:play-services-ads@@24.4.0:14)
at com.google.android.gms.internal.ads.zzcml.zzi(com.google.android.gms:play-services-ads@@24.4.0:3)
at com.google.android.gms.internal.ads.zzfcy.zzb(com.google.android.gms:play-services-ads@@24.4.0:18)
at com.google.android.gms.internal.ads.zzgcy.run(com.google.android.gms:play-services-ads@@24.4.0:6)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)