What do I have to add to the manifest to debug an Android application on an actual Device?

Janusz picture Janusz · Mar 9, 2010 · Viewed 36.2k times · Source

What kind of permission/Flag do I have to add to the manifest to debug my application on an actual Android device?

Answer

Mark B picture Mark B · Mar 9, 2010

Add android:debuggable="true" to the <application> element

More info here.