Me and my team are blocked to Android Studio 3.2.1. Any android studio after this one show error for ressource. Ressource are still clickeable/inspectable from editor but are in red. Preview of fragment is KO too.
Work with : Android Studio 3.2.1 Gradle plugin version 3.2.1 Gradle version 4.6.1
But can't make it works on : Android Studio 3.5 Gradle plugin version 3.5 Gradle version 5.4.1
I have looked this topic : Android Studio inline compiler showing red errors, but compilation with gradle works fine
I have tried to clean/build + invalidate cache and restart.
I have tried to :
rm -rf .idea/caches/
rm -rf .idea/libraries/
rm -rf .gradle/
- I also check all XML errors by analysing project and fixing all XML errors
- The package name is correct in AndroidManifest.xml
What else could make this project bug ?
Here is a screenshot of what i got :
We see on it, it s red but still clickeable. My project compile too.