I'm new to Android development. I listen Eclipse is better for beginners. So i downloaded and installed in my laptop, Setup also successfully done. My problem is that errors while run the project because R.java file is not generated. Please help me.
Asked
Active
Viewed 44 times
-3
-
1Voted to close , Duplicate – IntelliJ Amiya Jan 18 '16 at 14:29
-
You can learn Android development on Android studio also there are lot of tutorials out there, use android studio. – Pankaj Jan 18 '16 at 14:30
-
2R.java usually doesnt generate if you have an error in one of your xmls somewhere. – IAmGroot Jan 18 '16 at 14:31
1 Answers
0
check for other errors in your code. also check the uses of java package in .xml files (e.g. AndroidManifest.xml and layout files)

Shabnam Esmaeili
- 74
- 3