Help! I can't compile my app - AAPT execution failed

Hiii, I'm trying to create an app to do notes with a unit converter, but while I was doing a section named configuration and try to compile the program, I can't do it.

This is the error:
App Inventor is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating style xml
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT YAIL compiler - AAPT execution failed. .


In the configuration section I was putting this:


image
image
image
image
image
image

This is my first time doing an app, so I'm sure i have a lot of errors in the code.
In the configuration I want to change the size text, color of the text and the background color of the app.
Also, Sorry for my grammar, I'm keep trying to improve my writing abilities.

Any extensions used? is there any really large asset?

any errors or warnings?
warnings

is tamañoDeLetra a list of labels or buttons?
later you try to set a button fontsize and label fontsize using the same component
Unbenannt2

you should initialize the list of your components using component blocks and have a list for labels and another list for buttons ...
Unbenannt

see also

How to work with the advanced features

A Multiple Choice Quiz: How to work with the advanced features

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like

No, I'm not using any extensions

Ah, thanks, I forget that.

This is the error that appear when I was trying to compile my app to an .apk file...
Could someone explain me about that?
image