androidandroid-studior.java-file

the R.java file in android studio 3.4


I'm just trying to learn android development, and am using the latest version of android studio, however, I cannot find the R.java file in my folder tree view:

enter image description here

I've also cleaned and rebuilt my project but still, I can see neither the .../source/R folder nor the R.java file.


Solution

  • Try this:

    \app\build\generated\not_namespaced_r_class_sources\debug\processDebugResources\r\<package_name_tree>\R.java
    

    package_name_tree means : If package is a.b.c the goto: /a/b/c/R.java