Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
到目前为止,当我制作我的应用程序的可调试版本时,我使用:
android:debuggable="true"
在清单中。
但是我刚刚下载了一些不使用它的源代码,但是当我使用 Debug 启动它时,它处于调试模式。此应用程序的调试标志设置在哪里?
当您在调试模式下运行时,ADT 会为您执行此操作。从文档:
通过将元素的 android:debuggable 属性设置为 true,确保您的应用程序是可调试的。从 ADT 8.0 开始,默认情况下在调试模式下构建时会执行此操作。