I wanted to play with writing Android apps on my home Linux computer, which is currently running Ubuntu 9.04 (Jaunty Jackalope). These are mostly notes for myself, so don’t feel guilty if you skip this post.
- Make sure your system is up-to-date:
sudo apt-get update && sudo apt-get upgrade
- Install Java
sudo apt-get install sun-java6-jdk
- [...]
More: continued here





