Talk:Howto: Install the Android SDK
Udev
This is what I had to set my udev to for the Nexus One:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="4e11", MODE="0666", OWNER="patrick" #Normal
SUBSYSTEMS=="usb", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="4e12", MODE="0666", OWNER="patrick" #Debug & Recovery
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0fff", MODE="0666", OWNER="patrick" #Fastboot
It's odd for two reasons: 1) The phone is made my HTC, but the idVendor= is for Google (I assume - it is not HTC's idVendor at least). But note, in fastboot mode, you still use HTC's idVendor #. And 2) I was using HTC's idVendor # until the computer just decided to stop recognizing it last night. I ran some updates on the computer, but I don't know why the computer would recognized the device differently. The phone still has the same idVendor #... Very odd...
So, I don't know how we need to detail this in the udev directions. I'm *thinking* the best way may be to tell the user to 'lsusb' and copy and paste the numbers from there device manually... but that might be complicated... I don't know. I will look at it more when I get back in a few days. ~ pconwell ยท contributions ~ 20:28, 10 December 2010 (UTC)
Install ADT on Ubuntu 10.04
In order to complete the ADT plugin installation on Ubuntu 10.04 it is necessary to install eclipse-pde:
$ sudo apt-get install eclipse-pde
If you do not, you get this error:
- The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found
If this happens, close Eclipse, and after installing eclipse-pde just restart Eclipse. Then repeat "Help->Install New Software", select the Google Eclipse source you entered earlier in the "Work with" dropdown, select "Developer Tools" in the "Available Software" dialog again, and you will be guided to complete the unfinished installation. --Tony Sidaway 19:44, 15 May 2011 (MSD)