[android-developers] Re: Can't Find R.java

2010-10-05 Thread Bret Foreman
R.java is a generated file, not one you create. It should be refreshed whenever you do a build. On Oct 5, 7:51 am, adel zalok adel.zalok...@gmail.com wrote: Hello, I wanted to use the ApiDemos in the SDK samples but I have a problem in finding the R.java file, I don't know why is it missing

Re: [android-developers] Re: Can't Find R.java

2010-10-05 Thread Ramaraju naga
Clean and rebuild...R.Java will generate automatically On Tue, Oct 5, 2010 at 8:33 PM, Bret Foreman bret.fore...@gmail.com wrote: R.java is a generated file, not one you create. It should be refreshed whenever you do a build. On Oct 5, 7:51 am, adel zalok adel.zalok...@gmail.com wrote:

[android-developers] Re: Can't Find R.java

2010-10-05 Thread DanH
Standard newbie problem. When you put anything into the res directory, the next (reasonably complete) rebuild causes the R.java file to be created (or recreated) in your gen directory. The R class (and its inner classes) basically just contains named constants that identify items in the res