Android Question error: resource android:attr/lStar not found.

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

experiencing this error when including the Runtime Permisions library. its a built in library so why am i getting this error.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Linking resources Error
c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.9.0\unpacked-core-1.9.0\res\values\values.xml:112: error: resource android:attr/lStar not found.
error: failed linking references.

experiencing this error when including the Runtime Permisions library. its a built in library so why am i getting this error.
Never mind managed to solve by changing the android sdk target.
 
Upvote 0
Top