Android Question Material design: Compiles successful on one machine but not on the other

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I get this error message:

Generating R file. Error
AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'theme' with value '@style/CustomActionBarTheme').
AndroidManifest.xml:40: error: Error: No resource found that matches the given name (at 'theme' with value '@style/CustomActionBarTheme').

I have checked, I assign the correct android.jar. What might be the reason?
 

DonManfred

Expert
Licensed User
Longtime User
The content of your files in RES folder. Especially the THEME.XML i would guess
 
Upvote 0
Top