0 votes
in Android by
Android R.java file

1 Answer

0 votes
by
Android R.java is an auto-generated file by aapt (Android Asset Packaging Tool) that contains resource IDs for all the resources of res/ directory.

If you create any component in the activity_main.xml file, id for the corresponding component is automatically created in this file. This id can be used in the activity source file to perform any action on the component.

Related questions

+1 vote
asked Jan 14, 2021 in Android by RShastri
0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
...