• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android not being recognized as phone

tipu

Lurker
Hello all,

I'm trying to test my app out on a HTC Hero. I followed the instructions here, Developing on a Device | Android Developers

I have in my manifest,
Code:
<application android:icon="@drawable/icon" 
    android:label="@string/app_name"
    android:debuggable="true">

My phone has Menu -> Settings -> Applications -> Development
-> USB Debugging checked

Windows XP 64 bit has the USB drivers installed.

Even after all of this, running in command line

adb devices

Doesn't return my device. On my device it recognizes that a computer is
connected to it though, "USB Debugging Connected"

Any thoughts?
 
Back
Top Bottom