Resource Utilities Not Compiling

Describe your issue

My app is not compiling because of the Resource Utilities component I guess mixing up the strings.xml maybe, I don’t know.

Steps to reproduce the issue

Add strings.xml instead of Strings.xml, then fail in life.

Expected Behaviour

To not show not understanded error.

Actual Behaviour

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

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 listview xml in res/layout-v21/..
________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
________Checking for firebase
________________Resource Utilities: Custom strings.xml file successfully added.
________Creating provider_path xml
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
Unable to merge resources
.

Show your Blocks

Android version

Android 8.0.0

  1. It must be “strings.xml”
  2. Does anyone have an example of how to work with Resource Utilities?
1 Like

It was strings.xml, and this happened.

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