Android Question Failed Linking References

Smee

Well-Known Member
Licensed User
Longtime User
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
 

DonManfred

Expert
Licensed User
Longtime User
I am using V11 B4A
This is the problem.
Always use the newest B4A. And for the newest B4A you also need a new SDK.

Delete B4A AND the SDK.

Install all them new based on the installationinstructions.
 
Upvote 0

Smee

Well-Known Member
Licensed User
Longtime User
This is the problem.
Always use the newest B4A. And for the newest B4A you also need a new SDK.

Delete B4A AND the SDK.

Install all them new based on the installationinstructions.
Many thanks, I will try that and see how it goes
 
Upvote 0
Top