Android Question app crashes with crashlytics and sdk 36

fastlingo

Member
Licensed User
Longtime User
I have an app that worked fine with the previous sdk, but after upgrading to sdk 36 and the latest version of b4a, the app crashes without any logs. I deleted the command line tools folder and installed the zips again, command line tools and resources.
if I remove the line
#AdditionalJar: com.google.firebase:firebase-crashlytics
the app works fine

I have these lines in the main

code:
#AdditionalJar: com.google.android.datatransport:transport-runtime
#AdditionalJar: com.google.android.datatransport:transport-api
#AdditionalJar: com.google.android.datatransport:transport-backend-cct

' --- GMS fundamentals Crashlytics relies on ---
#AdditionalJar: com.google.android.gms:play-services-basement
#AdditionalJar: com.google.android.gms:play-services-tasks



#AdditionalJar: com.google.android.gms:play-services-base
'#AdditionalJar: com.google.firebase:firebase-crashlytics
#additionaljar: androidx.legacy:legacy-support-core-utils

#MultiDex: True
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…