Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is directory of com.android.internal.R? [closed]

Tags:

android

R.java is not in sources/android-17/com/android/internal. I want to see source code.

like image 671
user1301568 Avatar asked Jan 30 '26 20:01

user1301568


1 Answers

That file would be code generated as part of a firmware build. It probably does not exist in a version control system directly. It also is unlikely to hold anything of value to you -- just a bunch of integers.

That being said, you are welcome to download the source code from http://source.android.com, build it, find that specific R.java files, and examine its contents.

like image 113
CommonsWare Avatar answered Feb 01 '26 10:02

CommonsWare



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!