What kind of permission/Flag do I have to add to the manifest to debug my application on an actual Android device?
views:
217answers:
1
+11
A:
add android:debuggable="true" to the
<application>
element
More info here: http://developer.android.com/intl/de/guide/developing/device.html
mbaird
2010-03-09 15:00:53