Android Stuido 进行Debug调试

Posted 安果移不动

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Stuido 进行Debug调试相关的知识,希望对你有一定的参考价值。

:40    Error running 'app'
            Cannot debug application from module kaikeba.app on device xiaomi-mi_8-589437e1.
            This application does not have the debuggable attribute enabled in its manifest.
            If you have manually set it in the manifest, then remove it and let the IDE automatically assign it.
            If you are using Gradle, make sure that your current variant is debuggable.

原因:没有选择debug模式

Error running 'android Debugger (11776)': Unable to open debugger port (localhost:11776): java.net.ConnectException "Connection refused: connect"

选择这里可以打一下断点

+

 点击这个位置开始断点

选择正在运行且需要debug的程序

操作app到debug断点的那个步骤的时候界面会由原来的

变为

 可以点击+号把 token 内容加进来

点击f8

或者这里按钮:

 

就可以看代码运行下一步token的值

点击这里进入下一个断点

 

 

以上是关于Android Stuido 进行Debug调试的主要内容,如果未能解决你的问题,请参考以下文章

Android Stuido集成LeakCanary编译失败TransformExceptiontransformClassesWithDexBuilderForDebug

Android Stuido集成LeakCanary编译失败TransformExceptiontransformClassesWithDexBuilderForDebug

Android Stuido集成LeakCanary编译失败TransformExceptiontransformClassesWithDexBuilderForDebug

4.1Android Stuido配置你的Build Variant

4.1Android Stuido配置你的Build Variant

Android stuido 中的keystore