I am developing Android app in eclipse with Android SDK 2.3, but i am unable to see the errors like we see in java or .net, there are no run time errors tracing, if there is some error i have to place alerts there to check it, where as compiler does not place any error in its window. Its quite strange that it gives compile time error but no run time error. Please help.
Thanks
Atif
Go to Window->Show View->Other.., and select Android->LogCat. This is the running system trace. I believe this is what you are looking for.