What kind of permission/Flag do I have to add to the manifest to debug my application on an actual Android device?
Add android:debuggable="true" to the <application> element
android:debuggable="true"
<application>
More info here.
2.1m questions
2.1m answers
60 comments
57.0k users