While working on a simple program in Android, I was accidentally closing the LogCat window and I want to know that How to show it again. / P>
Eclipse, Geto Window-> Show Show -> Other -> Android-> Logger
The logkets are not a console of your emulator or device.
System.out.println does not work in Android. So you have to handle everything in the logger. See more information.
Edit1: System.out.println is working on the logs if you use that tag will be like System.out and the message will be your message.
Comments
Post a Comment