关于CTS中android.permission.cts.DebuggableTest# testNoDebuggable Fail

这个一般只是出错的应用的AndroidManifest.xml中有个字段值不对。

Android:debuggable
Whether or not the application can be debugged, even when running on a device in user mode — "true" if it can be, and "false" if not. The default value is "false".

你可能感兴趣的:(Android)