Android Studio R.java

前端 未结 6 2060
太阳男子
太阳男子 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条回答
  •  逝去的感伤
    2021-02-05 13:15

    Android Studio (Preview) 0.5.9

    If you are using Android Studio (Preview) 0.5.9 and the new Gradle build tool you can find the default R.java in your IDE here:

    build/source/r/release/com/google/android/gms/R.java
    

    and your own here:

    build/source/r/release/com/company/android/R.java
    

提交回复
热议问题