• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Debugging without eclipse

sixmind80

Lurker
Hi,

I'm currently trying to develop an app without the eclipse IDE. In windows environment, i guess everything is done through the dos console. When debugging your app, how would you do it? Would "System.out.println()" work?

Thanks
 
I've actually just tried using Log.println( Log.ASSERT, "My activity", "Test message" );

It still doesn't show in the dos console. Are we supposed to use a special debug console to see the output?

Thanks
 
Back
Top Bottom