Issue
My environment -
- HTC Explorer with USB debugging turned on
- Ubuntu 12.10
- ADT 21
- Available targets - android-10, android-17
The output of adb devices
on my system is -
List of devices attached
emulator-5554 device
???????????? no permissions
If the error message is to be believed it is a permissions issue. So I tried changing the permission of /dev/sdb
to 777 but it did not work. (This is the device link that appears when I connect my phone)
In the past I have used windows to debug my applications on my phone so I'm confident that my phone supports USB debugging.
What is causing this problem?
Solution
This works for me is do all the adb kill and start as a root. This would then detect the device!
If above doesnot work then try following set up device for development (?????? no permissions)
Answered By - Rohit
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.