如果需要断点单步调试,则在AndroidManifest.xml文件中加入 android:debuggable=”true”,如下:
<application android:icon=”@drawable/icon”
android:label=”@string/app_name”
android:debuggable=”true” >
时间: 2024-12-22 10:39:24
如果需要断点单步调试,则在AndroidManifest.xml文件中加入 android:debuggable=”true”,如下:
<application android:icon=”@drawable/icon”
android:label=”@string/app_name”
android:debuggable=”true” >