R.java file not getting generated

Viewed 18038

I'm unable to the R.java problem in my half built Facebook app. I have selected the "Build automatically" option, I cleaned my project. I did all the recommended solutions to generate my R.java file.But still no success. I have 2 R.java in my "gen" folder. I have put a screenshot for better understanding.

enter image description here

all the buttons, textview and imageviews are not being recognized.

6 Answers

I had to update to latest Android Studio Version (3.3.2 at the moment)

Related