Android debug mode not working waiting for device
- by Blue42
I'm trying to get my android phone working to run apps from inside an IDE.
Got it working on windows no problem, currently working in fedora (18) a lot though so wanted to get it working with that.
Got IntelliJ and android sdk installed, problem is when I try to run the default hello world app it wont work it just says waiting for device..
Ran adb devices got
List of devices attached
???????????? no permissions
Leads me to believe the driver isn't installed? Phone I'm using is a HTC Sensation. Does anyone know what I can do to try and resolve it? The HTC web page doesn't offer me drivers to install.
Also noticed in /etc/udev/rules.d/..android.rules there is nothing about Sensation. Seems it recognises my nexus 7 though..
Edit: Tried my nexus.. got
List of devices attached
901839238298923 offline
So it doesn't even work with that.. confusing..
Any help would be appreciated.
Thanks,
B