Android Question Error when adding RuntimePermisions library

JOSE RAMON

New Member
Licensed User
Longtime User
Hello,

I have a trouble with RuntimePermisions library, when added it, the compiler shows this error:

c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.8.0\unpacked-core-1.8.0\res\values\values.xml:112: error: resource android:attr/lStar not found.
error: failed linking references.

When removes it, the project compiles ok. Why?

I search a lot in the forums, but i don't find a reason.

I'm using b4a 11, minSKD=14, TargetSDK=29

Thanks!!
 

DonManfred

Expert
Licensed User
Longtime User
c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.8.0\unpacked-core-1.8.0\res\values\values.xml:112: error: resource android:attr/lStar not found.
error: failed linking references.
Delete your SDK. Install it fresh based on https://www.b4x.com/b4a.html
If you are using not the newest B4A. Update B4A to the newest release too.
 
Upvote 1
Top