在AndroidManifest.xml文件中添加android:debuggable属性
在AndroidManifest.xml文件中的<application>标签中添加android:debuggable属性,值为"true"。这样可以在正式版本的APK文件中开启debug模式。
<application
android:debuggable="true">
...
</application>
在AndroidManifest.xml文件中添加android:debuggable属性
在AndroidManifest.xml文件中的<application>标签中添加android:debuggable属性,值为"true"。这样可以在正式版本的APK文件中开启debug模式。
<application
android:debuggable="true">
...
</application>
本文标题:android中打Release包但是开启debug模式
本文链接:https://www.haomeiwen.com/subject/jowbcjtx.html
网友评论