I have defined several resource files in a water project: styles.xml and colors.xml when I add the files it does not mark them as resource (mark as none) later I define them as content but in the manifest it gives an error: theme = “@styles/AppTheme”
E: aapt: Error: No resource found that matches the given name (at ‘theme’ with value ‘@ styles / AppTheme’). [C: \ Users \ Miguel \ AppData \ Local \ RemObjects Software \ EBuild \ Obj \ org.me, jjj-B88899F485718FEEAD40BDDFA83A25DF3C8B818F \ Debug \ Cooper-Android \ AndroidManifest.xml (7)]
Project ‘org.me, jjj’ failed to build.
Later I defined these files as EmbeddedResource but it keeps giving the same error.
What is the reason for not recognizing these resource files?
I attach an example project with the error.
org.me,jjj.7z (29.8 KB)