The project does not compile, AAPT execution failed

I have a problem, my project does not compile well since I added several blocks, the solution would be to remove them but they are strictly necessary for the application, please someone tell me what to do with this error

________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.

See the discussions Search results for 'aapt' - MIT App Inventor Community for a possible solution.

A huge guess is you may have inccordectly added an application custom icon to your Project. Temporarilly remove the custom icon and try again to compile. What happens?

Otherwise

Really? Then make a copy of your Project, remove some of the 'essential' blocks and see if the Project copies compiles. If it does compile; fix those Blocks. If it still does not compile, remove more Blocks and repeat the process.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.