Skip to content

Instantly share code, notes, and snippets.

@michaelcoyote
Last active August 29, 2015 14:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save michaelcoyote/6c5e32326fe892a22292 to your computer and use it in GitHub Desktop.
Installing Eclipse for Android on Ubuntu precise.
# From here: http://linuxconfig.org/get-started-with-android-application-development-using-linux-and-android-sdk
# and here http://ubuntuforums.org/showthread.php?t=2048793
sudo apt-get install eclipse
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main"
sudo add-apt-repository "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main"
sudo apt-get update
sudo apt-get install galternatives oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment