How to use Monitor (DDMS) tool to debug application

后端 未结 6 1528
感动是毒
感动是毒 2021-01-31 07:17

I\'m switching my development environment from Eclipse to Android Studio these days. And I really enjoy its autocompletion and many other features this IDE provide. However, I h

6条回答
  •  感情败类
    2021-01-31 07:46

    I think that I got a solution for this. You don't have to start monitor but you can use DDMS instead almost like in Eclipse.

    Start Android Studio-> pick breakpoint-> Run-> Debug-> Go to %sdk\tools in Terminal window and run ddms.bat to run DDMS without Monitor running (since it won't let you run ADB). You can now start profiling or debug step-by-step.

    Hope this helps you.

    See image here

提交回复
热议问题