While preparing my app for publishing, I discovered that "enable debugging" under development tools permission is needed, although I removed all breakpoints and disabled debugging in Mainfest android:debuggable="false"

any help would be appreciated.

没有正确的解决方案

其他提示

I had a similar problem. I didnt have any breakpoints and android:debuggable was false. However I did restart my device and it basically did the trick.

So if you didnt try to restart it, i'd give it a try

Also make sure you are starting the app with: project-> run As -> Android Application

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top