Android Question Error?

Guenter Becker

Active Member
Licensed User
Hello,
I have a small B4A Project. Starting it I get the compilor error message asl followes:

B4A Version: 13.40
Parse den Code. (0.01s)
Java Version: 19
Building folders structure. (0.01s)
Führe individuellen Aktion aus. (0.03s)
Kompiliere den Code. (0.04s)
Kompiliere Layoutcode. (0.00s)
Organisiere Libraries. (0.00s)
(AndroidX SDK)
Ressourcen zusammenstellen (0.05s)
Ressourcen verknüpfen Error
res\values-v20\theme.xml:6: error: style attribute 'android:attr/windowOptOutEdgeToEdgeEnforcement' not found.
error: failed linking references.

I need help to understand what is wrong and how to fix it. Thank you
 

Peter Simpson

Expert
Licensed User
Longtime User
Have you folly followed instructions 1 & 2 in the link below.


Search the forum for EdgeToEdge
 
Upvote 0

Guenter Becker

Active Member
Licensed User
Hello,
I have a small B4A Project. Starting it I get the compilor error message asl followes:

B4A Version: 13.40
Parse den Code. (0.01s)
Java Version: 19
Building folders structure. (0.01s)
Führe individuellen Aktion aus. (0.03s)
Kompiliere den Code. (0.04s)
Kompiliere Layoutcode. (0.00s)
Organisiere Libraries. (0.00s)
(AndroidX SDK)
Ressourcen zusammenstellen (0.05s)
Ressourcen verknüpfen Error
res\values-v20\theme.xml:6: error: style attribute 'android:attr/windowOptOutEdgeToEdgeEnforcement' not found.
error: failed linking references.

I need help to understand what is wrong and how to fix it. Thank you
Hi,
shure. All was working before installing the last B4A update.
 
Upvote 0

Guenter Becker

Active Member
Licensed User
Hi,
shure. All was working before installing the last B4A update.
Hi, found the reason and the solution. There was soething wrong with the command-line-tools and ressources. I downloaded the newest update and installed it and voila it is working now. Thank you Post/Request is closed.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
There was soething wrong with the command-line-tools and ressources. I downloaded the newest update and installed it and voila it is working now.
It was expected/mandatory to install new commandlinetools and new ressources.

Please download the updated command line tools and prepackaged resources: https://www.b4x.com/b4a.html
 
Upvote 0
Top