Before installing Android Studio you must install Oracle Java. If you not yet installing java on your system, read this guide Install Oracle Java 9, 8, or 7 in Linux Ubuntu and Derivative.
After you install Orcale Java in Linux, follow this instruction to installing Android Studio on Linux Ubuntu 16.04.
$ sudo add-apt-repository ppa:paolorotolo/android-studio
$ sudo apt-get update
$ sudo apt-get install android-studio
After Android Studio installed, you must follow the wizard to download some packet to complete installation.
Happy Programming...
8.31.2016
8.21.2016
Install Oracle Java 9, 8, or 7 in Linux Ubuntu and Derivative
The simple way install Oracle Java in Linux Ubuntu and Derivate. Follow this instruction:
Adding ppa repository:
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
If you want install Oracle Java 7, use this command:
$ sudo apt-get install oracle-java7-installer
Adding ppa repository:
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
If you want install Oracle Java 7, use this command:
$ sudo apt-get install oracle-java7-installer
8.17.2016
Enable Hibernate Menu in Ubuntu 16.04
First test hibernate function, before active hibernate in your Linux Ubuntu. In Command Line, type
$ sudo pm-hibernate
or
$ sudo systemctl hibernate
If success, you can continue activate hibernate, if failed never activate this function. Maybe because of this Ubuntu not include Hibernate Menu.
To enable Hibernate Menu in Ubuntu, follow this instruction:
$ sudo pm-hibernate
or
$ sudo systemctl hibernate
If success, you can continue activate hibernate, if failed never activate this function. Maybe because of this Ubuntu not include Hibernate Menu.
To enable Hibernate Menu in Ubuntu, follow this instruction:
Subscribe to:
Comments (Atom)