For debugging my android applications, I bought a Sony Ericsson Xperia Neo V.
When I used the command:
from the directory ~/android-sdk-linux/platform-tools/
I received the following:
I did as written http://developer.android.com/guide/developing/device.html,
but after adding the id to the manufacturer must restart the service by typing:
Then I did the following steps:
When I used the command:
adb devices
from the directory ~/android-sdk-linux/platform-tools/
I received the following:
List of devices attached
???????????? no permissions
???????????? no permissions
I did as written http://developer.android.com/guide/developing/device.html,
but after adding the id to the manufacturer must restart the service by typing:
sudo service udev restart
Then I did the following steps:
- close eclipse
- go to platform-tools directory
- do: sudo ./adb kill-server
- disable the development debugging on my phone
- enable it again
- do: sudo ./adb start-server
- do: ./adb devices
List of devices attached
4258393032534658584C device
4258393032534658584C device
Hope it is helping!
No comments:
Post a Comment