Android Question Failed Linking

vereter

New Member
Greetings,

I have been away from programming for well over 12 months due to various situations. I am now back and trying to compile a program that was working before I left. I have gone through lots of backups but with no success

I am using V11 B4A

The compile error I am getting is this;

Linking resources Error
d:\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.

The xml file is there but I don't fully understand the error

Can anyone point me in the right to direction to solve this?

Many thanks for any help
 

Mark Thorndyke

Member
Licensed User
Longtime User
Hi
For info/heads up, this can happen if compiling an app which is on a Windows server over/compiling over a network drive.
I'm moving on from current company and documenting 3 apps I had written for Zebra/Datalogic guns in shops & warehouses.
I hadn't changed any since the beginning of the year and since changed laptops. Installed everything as normal and ran into this issue. Reinstalled and same issue.
Copied the apps locally and all is good.
I won't be writing any apps at the new place...as yet. I will return in due course to writing some online games instead which I had planned many many moons back.
Mark
 
Upvote 0
Top