[android-beginners] Re: -Help- Something happened to my SDK - Resources wont load

2009-01-06 Thread g1port.com
Hi, It is not easy to 'damage' R.java file. Do you see error (exc. mark) on your png file in res folder? Did you make sure that your filename is correct? (no CAPITAL for example, even in file extension). You can also try deleting file from res folder, right click and refresh folder and than

[android-beginners] Re: -Help- Something happened to my SDK - Resources wont load

2009-01-06 Thread novice
Turns out the automatically R did not have the right package attached. I needed my package.blah blah.R but the one that was automagically added was an R but not of my package. Hopefully that made sense to somebody. Thanks for the replies. --~--~-~--~~~---~--~~

[android-beginners] Re: -Help- Something happened to my SDK - Resources wont load

2009-01-05 Thread Xavier Ducrohet
The R.java file is generated automatically based on the content of the res/ folder. Are you using Ant or Eclipse? If Ant, is there any error output when running it, if Eclipse, is there any errors in the Problems view? Xav On Sun, Jan 4, 2009 at 2:56 PM, novice tjackson.1...@gmail.com wrote: