-1

Screenshot here -> Not found r folder I can not find R.java file in android studio still it works fine. When I click Ctrl+Click on R in (R.id.gridLayout) does nothing. so where I can find this file. Android Studio v4.2.1

2 Answers2

0

I had the same problem following the Udemy course "Learn Android Application Development." I found the following while looking for an answer: R.java file is missing/not generated in android studio

-3

Change the view of your project from Android to Package mode. Then Open app folder then build, then generated folder, then source folder and then you will find r folder, then you will find your package name, click on that folder you will find R.java file there.

Like in this Image

Soubhagya Swain
  • 278
  • 3
  • 9