Nexus One Support in Ubuntu 10.04
I recently purchased the Nexus One from Google. It is quite an amazing phone and I’ve been really happy with it. I’ve taken interest in developing for the Android platform now that I have one. Luckily Google has provided a very good resource for Android app development at http://developer.android.com/.
Today I was working on allowing me to upload my applications onto my Nexus One so that I could test the software on a real device. Well I ran into an issue after following Google’s tutorial on how to do it located here. I run Ubuntu 10.04 on my main development machine and so I followed the instructs for how to do it for Linux. Well when I got to the end of the tutorial when it tells you to test your the setup with the following command:
adb devices
I got the following output:
List of devices attached???????????? no permissions
SUBSYSTEM==”usb”, SYSFS{idVendor}==”18d1″, MODE=”0666″
sudo service udev reload
adb devices
List of devices attached???????????????? device
No comments yet.