Hi i am trying for a simple program in android,i mistakenly closed logcat window,and i want to know how to enable it?
Regards
Rakesh Shankar.P
Hi i am trying for a simple program in android,i mistakenly closed logcat window,and i want to know how to enable it?
Regards
Rakesh Shankar.P
In the "Window" menu, open "Show View" -> "Other ..." and type "log" to find it.
In Eclipse, Goto Window-> Show View -> Other -> Android-> Logcat.
Logcat is nothing but a console of your Emulator or Device.
System.out println not works in Android. So you have to handle every thing in Logcat. More Info Look out this Documentation.
In the "Window" menu, open "Open Perspective" -> "Debug".
click On the plus image icon(you see the below image at status bar), and then select "Logcat"....