Android App启动时候调试

step 1: 打开开发者模式 -> 设置调试应用+打开等待调试器

setting.png

step 2 : 在应用代码中增加断点

step 3 启动应用,点击应用图标或者AS中启动按钮

step 4 在Android studio 中attach debuger 选择调试应用

attach debugger.png

step 5 等待进入调试模式-开始愉快调试代码

你可能感兴趣的:(Android App启动时候调试)