Skip to content

Instantly share code, notes, and snippets.

@mekicha
Last active August 5, 2019 18:44
Show Gist options
  • Select an option

  • Save mekicha/f67a92460d94e87e6693a254df6ae849 to your computer and use it in GitHub Desktop.

Select an option

Save mekicha/f67a92460d94e87e6693a254df6ae849 to your computer and use it in GitHub Desktop.

Install android studio on Ubuntu Server

Use Ubuntu umake Like this:

install ubuntu umake

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

sudo apt update

sudo apt install ubuntu-make

Install Android studio

umake android --accept-license

uninstall

umake android --remove

Install system image.

./sdkmanager "system-images;android-23;google_apis;x86"

./sdkmanager --licenses

Fix locale problem in ubuntu

sudo locale-gen "en_US.UTF-8"

sudo dpkg-reconfigure locales

Se fini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment