Android Question java.time.Duration ClassNotFoundException with targetSDKVersion=34

skaliwag

Member
Licensed User
Longtime User
I get this exception error on older versions of Android from com.google.android.gms:play-services-ads-identifier in B4A 13.40
My minSdkVersion is set to 16

I note that this class was added in Android SDK 26

How can I get this to work in older versions?

Thank you.
 

skaliwag

Member
Licensed User
Longtime User
So minSdkVersion can now not be less than 23.
Is that correct?

The problem is occuring on old Amazon Fire Tablets on Fire OS 5.7.1.0 which I believe is Android 5.1.
They have worked okay until I targetted SDK 34 using the recommended method
 
Upvote 0
Top