debugging android app to the phone

Posted by tipu on Stack Overflow See other posts from Stack Overflow or by tipu
Published on 2010-05-11T16:22:15Z Indexed on 2010/05/11 16:24 UTC
Read the original article Hit count: 239

Filed under:
|

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 Windows XP 64 bit and installed the USB drivers given to me by the SDK installer at: android-sdk_r05-windows\android-sdk-windows\usb_driver So my computer does recognize the android device.

However.. when I run an app on Eclipse, it still insists on opening it up in an emulator rather than my phone. How can I fix that?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-emulator