Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View logcat in Android Studio without creating a new project

I am trying to use Android Studio as my main Android IDE.

One thing i'm used to having from Eclipse is the option to use DDMS to view logcat logs from the attached device.

I cannot seem to be able to achieve the same with Android Studio - it required me to create a new project before i can access logcat.

Is there any way to show logcat output or do i have to create a new project for that ?

like image 897
lysergic-acid Avatar asked Oct 27 '14 15:10

lysergic-acid


1 Answers

I think what you want is View/Tool Windows/Android (Alt+6 shortcut) that gives you access to the logcat

like image 119
tyczj Avatar answered Oct 19 '22 18:10

tyczj