[android-beginners] Re: debugging..

2008-06-19 Thread Advanceroot
Hi Sylvester: Well, System.out.println does not work here. If you want to print somthing, you can use Log class, and static methods like: i/e/v etc. and you will see the result in DDMS perspective. --from another android-beginner :) 2008/6/18 <[EMAIL PROTECTED]>: > > Hi Sylvester. > > What do

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-06 Thread Advanceroot
At first, make sure that your project is without any error. Secondly, try to modify the res files, for example, add a blankspace in layout xml file, then rebuild(or build automatically if you set so). 2008/11/6 Hitesh Seth <[EMAIL PROTECTED]> > > @PorkChop -- Exactly what should I check in Androi