문제

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