I just followed the excellent tutorial for Android SDK on Ubuntu on my
Debian testing/lenny distribution. Worked flawlessly without any changes.
After the last step, Eclipse complained that it couldn't find the keytool and that I should set the JAVA_HOME variable. I did
Code:
autarkis@padawan:~$ export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.07/bin/
(since I'm using Sun's Java 6) and now everything works.