debugging android app to the phone
- by tipu
I've gone through this page: http://developer.android.com/guide/developing/device.html,
My manifest has
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:debuggable="true">
My phone has Menu - Settings - Applications - Development - USB Debugging checked
I have gone to the control panel on my…