欢迎来到福编程网,本站提供各种互联网专业知识!

android studio怎么调试应用程序?

发布时间:2016-04-14 作者:把我给崩了 来源:互联网
在androidstudio中新建默认的android应用app。点击菜单栏的“Run”->“AttachdebuggertoAndroidprocess”。然后会打开“ChooseProcess”窗口。选中要调试的进程,然后点击ok。步骤阅读4console中会输出:Connectedtoth

在android studio中新建默认的android应用app。

android studio怎么调试应用程序

点击菜单栏的“Run”->“Attach debugger to Android process”。

android studio怎么调试应用程序

然后会打开“Choose Process”窗口。选中要调试的进程,然后点击ok。

android studio怎么调试应用程序

步骤阅读

4console中会输出:Connected to the target VM, address: 'localhost:8601', transport: 'socket'。说明已经可以进行调试。

android studio怎么调试应用程序

5在MainActivity的第14行打断点,然后运行程序,可以看到程序停在断点上。

android studio怎么调试应用程序

相关推荐