Android Studio R.java

前端 未结 6 2130
太阳男子
太阳男子 2021-02-05 12:35

I\'m seeing a crash on an older device that works on multiple newer devices:

android.content.res.Resources$NotFoundException: Resource ID #0x7f030035
         


        
6条回答
  •  萌比男神i
    2021-02-05 13:32

    In Android Studio 1.1.0 the R.java file is under

    Project/app/build/generated/source/r/debug/com.android.'projectname'/R.java

    If you don't see the above collection of folders, clean and build the project first. It takes a few minutes and you'll see Gradle running at the bottom of the IDE.

提交回复
热议问题