Android Question RuntimePermissions CheckAndRequest

Pure Game

Member
Licensed User
Everything is working for two year until a update to B4A 10.2.
Now when I call CheckAndRequest function form runtimePermissions library,
I get this error: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/content/ContextCompat;

I don't know how to fix that... any idea?
 

DonManfred

Expert
Licensed User
Longtime User
I don't know how to fix that... any idea?
Needed by 10.2 is to install a new SDK as described in the 10.2 Updatethread.

Follow the Installationinstructions carefully and it will just work.

 
Upvote 0
Top