I'm seeing a crash on an older device that works on multiple newer devices:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030035
If I recall correctly you could look at the R.java to see the culprit, however in Android Studio it doesn't seem to exist. Where is the R.java so I can correlate that ID?
Thanks.
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.
In Android Studio 3.4 and above that the R.java file is under
Project/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResourc/r/com/{app package name} / R. java
[SOLVED] LOCATION OF R.JAVA file in Android Studio 1.3.1 is as follows:
In Android Studio, go to the Project Window (usually on the left-hand side pane:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With