VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which folder that contains the R.java file of the following?
A
res
B
src
C
gen
D
bin
Explanation: 

Detailed explanation-1: -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.

Detailed explanation-2: -Close your app in an Android Studio/Eclipse . Go to your workspace where you have the project. Open that R. jave file in notepad and remove the “/” symbol then save it.

Detailed explanation-3: -Creating a Java class or type. Android Studio helps you to create new Java classes; enumeration and singleton classes; and interface and annotation types based on file templates.

Detailed explanation-4: -The locations of these folders vary depending on your system, but in all versions of Windows, the JDK root folder is in the path Program Fileson your boot drive.

There is 1 question to complete.