Skip to content

Installing Android Studio on Ubuntu

Jeremy Jao edited this page Dec 11, 2016 · 5 revisions

#Instructions:

  1. Install Oracle Java 8
    • sudo add-apt-repository ppa:webupd8team/java
    • sudo apt-get update
    • sudo apt-get install oracle-java8-installer
      • make sure java oracle 8 is the main java jdk
  2. Install Android Studio - must have Ubuntu-Make... if below 16.04, install via ppa
    • umake android
  3. Install the SDK Manager and install
    • API 16 to the most recent (21 atm)
    • Google Play Services
    • Google Repositories
      • Google Support Libraries

Do not open the project until you do all of these steps....