I imported one of my Android projects from Eclipse to Android Studio without any problem in building using Gradle. I just have a little annoying issue: String resources are not recognized correctly in the text editor indicating errors where ever there is a @string/xxxx
. These errors are limited only to AndroidManifest.xml, not any other XML resource.
I can get also the same errors when Android Studio performs Code Analysis before version control commits.
I'd like to know how to tweak my project configs or gradle build script to fix this