Android利用调试器调试程序

1 首先,通过在AndroidManifest.xml文件中添加android:debuggable=”true”选项,
2 <application android:icon=”@drawable/icon”  android:label=”@string/app_name”  android:debuggable=”true”>
3 使项目支持调试。
4 然后,只需右键单击该项目,并依次选择Debug  As > Android  Application即可。

 

posted @ 2013-07-08 17:08  杨斌_济南  阅读(368)  评论(0编辑  收藏  举报