问题
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.
回答1:
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
来源:https://stackoverflow.com/questions/60426330/cant-find-r-java-in-android-studio-3-6newest-release