Companion and real app not building

Hello i've try to build companion app and main but we have found same issues

[java] C:\Users\Admin\AppData\Local\Temp\1623127871785_0.24778091543995395-0\youngandroidproject..\build\intermediates\res\merged\values-v11\values-v11.xml:27: error: Error retrieving parent for item: No resource found that matches the given name 'True.NoActionBar'.
[java]
[java] C:\Users\Admin\AppData\Local\Temp\1623127871785_0.24778091543995395-0\youngandroidproject..\build\intermediates\res\merged\values-v14\values-v14.xml:27: error: Error retrieving parent for item: No resource found that matches the given name 'True.NoActionBar'.
[java]
[java] C:\Users\Admin\AppData\Local\Temp\1623127871785_0.24778091543995395-0\youngandroidproject..\build\intermediates\res\merged\values-v21\values-v21.xml:26: error: Error retrieving parent for item: No resource found that matches the given name 'True.NoActionBar'.
[java]
[java] C:\Users\Admin\AppData\Local\Temp\1623127871785_0.24778091543995395-0\youngandroidproject..\build\intermediates\res\merged\values-v23\values-v23.xml:20: error: Error retrieving parent for item: No resource found that matches the given name 'True.NoActionBar'.
[java]
[java] Jun 07, 2021 9:51:32 PM com.google.appinventor.buildserver.Compiler runAaptPackage
[java] WARNING: YAIL compiler - AAPT execution failed.

Can anyone help me please ??

Have you modified anything in the source?

1 Like

yep added new components

Anyone is here to solve this ??

There is only one place in the code where the NoActionBar subtheme is selected for, and this is done by modifying the parent theme string. So somehow one of your component changes has caused the parent theme to become the string True rather than one of the expected theme names.