Frage

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.

Keine korrekte Lösung

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top