Can't export apk but the when testing it's all fine. AAPT execution failed (no errors in blocks)

Kodular is unable to compile this project.
The compiler error output was
________Checking dangerous extensions
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________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.
.

1 Like

There can be number of things that shows this error, for the moment I’m not able to list all of them, so the easiest thing is to share your aia

Or you can search for AAPT

Edit: aia removed

Here’s the aia. can you scan what the problem??

Checking…

Your package name is in wrong format

packagename=SCADA 3000

Should be ex. zxy.domain.yourappname

Or remove package name and you will get a default package name

bild

3 Likes

thank you very much!!! it worked.

1 Like

Yes it’sTrue, I suffered from the same problem after I wrote the pkg name. When I deleted it, it was all right.

1 Like

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