目录一、调试前的准备工作1. 准备一段测试代码2. 为什么需要调试?二、调试核心操作(带截图步骤)1. 设置断点(Breakpoint)2. 启动调试模式3. 调试界面布局三、关键调试按
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)