I am trying to debug an application that I am writing using Android Studio, but I cannot get any useful debugging information from Android Studio "Debug". I launch my application using the Debug icon with an error, but there is nothing useful in the Debug view (for example, stack frames from my application):

Even if my application crashes, I do not receive any useful information. As far as I remember, the ADT plugin automatically deleted you along the line that caused the crash.
Do I need to do something to make the application "debugged" in Android Studio? I also tried to force android:debuggable="true" in my AndroidManifest.xml, but to no avail. Android Studio seems to join the running process (the application displays the message “attach to the debugger” for several seconds the first time it starts).
android debugging android-studio
mgalgs
source share