Error while compiling an app with my extension

Hello gentlemen, Today, I was compiling my appinventor project with my extension and I got this error

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.
.
Any help is welcomed.
Regards

Does the application compile without an extension?
If so then the problem could be with the extension. Are you using a different extension in addition to your extension? Create another small test project with your extension, no unnecessary stuff, and try compiling.
You may need to show the extension code for some developer to verify its correctness.
The error you showed is nothing specific, it occurs in many cases.

Thanks for your kind notice, it compiles when extension is there but no blocks

Now I noticed, the app compiles when extension is there but not dragged :no_mouth: :
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.
.

If it is ok without an extension, I think it will be necessary to put the extension code in so that someone can validate it.

The error was fixed when I caught a spelling mistake in permissions annotation

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