0

When I use Android Studio 3.5, I've known where R.java is.

But in Android Studio 3.6, the newest version, the location of R.java is changed.

Where is it? Thanks.

user11247500
  • 31
  • 1
  • 3

1 Answers1

2

The change is in android gradle plugin 3.6, from the official android site:

Additionally, Android Gradle plugin has made significant performance improvement for annotation processing/KAPT for large projects. This is caused by AGP now generating R class bytecode directly, instead of .java files.

android studio 3.6

petrumo
  • 1,116
  • 9
  • 18