Android Studio 2.1, Java V8 Update 91, Gradle 2.1.0 .
I know that this questions has been asked many times here, but none of the recommendation solutions works out.
I've seen this problem many times. The right solution is:
When you type R
, the Android Studio will give you many different namespaces for R
to choose from, that look like R(***.***.***)
, but what you really need is the namespace that ends with ***.myProject
. (Note: myProject is your project name), e.g: R(com.example.milka.demoProject)
.
If you choose any other namespace, you will get the error message, so you have to delete the unneeded import
, and re-choose your R