-1

I am new in android. saw an android tutorial having downloadable program too. I downloaded it worked fine. Taking help of that tutorial i tried to create one program for myself... but horrible things happen to me. cant generate r.java i searched lots on net but still having the problem. i cleaned the project rebuild organized the order of exported jars

every one saying check xml file for errors i checked all but eclipse does not showing any errors or warning on any of xml file. got fully blank...

any help please...

Iftikhar Ali Ansari
  • 1,650
  • 1
  • 17
  • 27
  • possible duplicate - http://stackoverflow.com/questions/2757107/developing-for-android-in-eclipse-r-java-not-generating/2757131#2757131 – Sunil Mishra Aug 05 '13 at 19:17
  • @SunilMishra i already saw that questions also follow it but as i told my r.java is not regenerating at all by cleaning and building or fixing project.. Also even at first time the r.java is not generating.. is version matter in this case??? – Iftikhar Ali Ansari Aug 06 '13 at 04:14
  • There may be error in your XML files. – Sunil Mishra Aug 06 '13 at 05:30

1 Answers1

0

Try going to Project>Clean and selecting your project. This should generate the R.java file.

Or else you can right click on your project>Android Tools>Fix Project Properties.

goaman
  • 87
  • 7