Android Question how to solve this Linking resources Error (SOLVED)

Leni Berry

Active Member
Licensed User
Longtime User
i try installing b4A version 12.00 (64 bit) on my windows 11 64 bit. i follow step by step, including installing B4Abridge. everything is fine until i try to compile. it says "
B4A Version: 12.00
Parsing code. (0.00s)
Java Version: 8
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.04s)
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.

what should i do with this guys...
"
 

Peter Simpson

Expert
Licensed User
Longtime User
Try Installing the following in B4X SDK Manager

androidx.lifecycle:lifecycle-process
androidx.lifecycle:lifecycle-service
androidx.startup:startup-runtime
 
Upvote 0
Top