views:

106

answers:

3

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

+1  A: 

In the "Window" menu, open "Show View" -> "Other ..." and type "log" to find it.

Aaron Digulla
+1  A: 

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.

Praveen Chandrasekaran
+1  A: 

In the "Window" menu, open "Open Perspective" -> "Debug".

alt text click On the plus image icon(you see the below image at status bar), and then select "Logcat"....

PM - Paresh Mayani
Thanks Guys For all your inputs.
Rakesh
then y havent u vote up my answer...??
PM - Paresh Mayani
Hi Paresh ,just cannot identify what u said yesterday,but now i saw it,Thanks a lot Paresh for showing the new way
Rakesh
@Rakesh glad to know your reply....i have put image for better clarification...
PM - Paresh Mayani