Android Question [Solved] Generating R file. Error just after updating sdk

trepdas

Active Member
Licensed User
Hello
just updated for the latest b4a 10.6 and installed all recommended items in the sdk manager.

went to continue on a project that worked perfectly before the update,

how to solve this?


🙏



B4X:
B4A Version: 10.60

Parsing code.    (0.01s)

    Java Version: 11

Building folders structure.    (0.03s)

Compiling code.    (0.22s)

Compiling layouts code.    (0.02s)

Organizing libraries.    (0.00s)

    (AndroidX SDK)

Generating R file.    Error

d:\androidsdk\tools\..\extras\b4a_remote\androidx\savedstate\savedstate\1.1.0\unpacked-savedstate-1.1.0\res\values\values.xml:3: error: Found tag id where item is expected

d:\androidsdk\tools\..\extras\b4a_remote\androidx\lifecycle\lifecycle-viewmodel\2.3.0\unpacked-lifecycle-viewmodel-2.3.0\res\values\values.xml:3: error: Found tag id where item is expected

d:\androidsdk\tools\..\extras\b4a_remote\androidx\lifecycle\lifecycle-runtime\2.3.0\unpacked-lifecycle-runtime-2.3.0\res\values\values.xml:3: error: Found tag id where item is expected
 

agraham

Expert
Licensed User
Longtime User
installed all recommended items in the sdk manager.
Don't! Start again and follow the instructions exactly
From those instructions
Note that you don't need to run B4A Sdk Manager,
 
Upvote 0

trepdas

Active Member
Licensed User
Thank you !!
it's cool that from clean install you make a rollout (after installed the latest recommended items.)
very smart!
another good reason to stick with b4x !!

:)
 
Last edited:
Upvote 0
Top