Cableguy Expert Licensed User Longtime User Apr 23, 2022 #1 Hi Guys and Gals.... For the first time ever I see this error : B4X: Organizing libraries. (0.00s) (AndroidX SDK) Compiling resources (0.08s) Linking resources Error c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.7.0\unpacked-core-1.7.0\res\values\values.xml:113: error: resource android:attr/lStar not found. error: failed linking references. Click to expand... And I've been searching high and low, downloading and copying resources and sdk tools, but the error doesn't go away!!! The only thing diferent that I did was adding the FirebaseAuth lib and Manifest entries....
Hi Guys and Gals.... For the first time ever I see this error : B4X: Organizing libraries. (0.00s) (AndroidX SDK) Compiling resources (0.08s) Linking resources Error c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.7.0\unpacked-core-1.7.0\res\values\values.xml:113: error: resource android:attr/lStar not found. error: failed linking references. Click to expand... And I've been searching high and low, downloading and copying resources and sdk tools, but the error doesn't go away!!! The only thing diferent that I did was adding the FirebaseAuth lib and Manifest entries....
Solution Erel Apr 24, 2022 This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries).
This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries).
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2022 #2 This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries). Upvote 1 Solution
This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries).
Cableguy Expert Licensed User Longtime User Apr 24, 2022 #3 Erel said: This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries). Click to expand... Since I was only using internal libs, I went all out and deleted both Android and Java folders, followed the installation guidelines and downloaded/"Installed" them again, run the SDK manager and re-tried complitation... ALL GOOD! Upvote 0
Erel said: This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries). Click to expand... Since I was only using internal libs, I went all out and deleted both Android and Java folders, followed the installation guidelines and downloaded/"Installed" them again, run the SDK manager and re-tried complitation... ALL GOOD!