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.
1.4m articles
1.4m replys
5 comments
57.0k users