YAIL Compiler - AAPT Execution Failed

Someone cut the power! Your apk couldn’t be compiled

Kodular is unable to compile this project. 
The compiler error output was 
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/..
________Creating xml in res/drawable/..
________Creating splash png in res/drawable/..
________Creating colors xml
________Creating strings xml
________Creating styles xml
________Creating styles xml v21
________Creating drawables xml v21
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
YAIL compiler - AAPT execution failed.
.

Build failed! Error: Your build failed due to an error in the AAPT stage, not because of an error in your program.


:white_check_mark: SOLUTION

Check you haven’t named assets using the same characters but different capitals
:x: G1Logo.jpg & G1logo.jpg

If you have used them, change its name to something else which isn’t used so far

14 Likes