
:~# add-apt-repository ppa:paolorotolo/android-studioĪutomatic builds for Android Studio by Google packaged for Ubuntu. Īdd android repo file to “ apt” source list. Processing triggers for libc-bin (2.23-0ubuntu3). Lib32gcc1 lib32gomp1 lib32itm1 lib32mpx0 lib32ncurses5 lib32quadmath0 lib32tinfo-dev Gcc-5-multilib gcc-multilib lib32asan2 lib32atomic1 lib32cilkrts5 lib32gcc-5-dev The following additional packages will be installed:
#Install android studio ubuntu 16.10 install
:~# apt-get install lib32stdc++6 lib32ncurses5-dev Now the java installation is successfully completed.


Update-alternatives: using /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnpjp2.so to provide /usr/lib/mozilla/plugins/libjavaplugin.so (mozilla-javaplugin.so) in auto mode :~# apt-get install oracle-java7-installer oracle-java7-set-default Run the following command to install java.
#Install android studio ubuntu 16.10 update
Update repository by running the following command. Gpg: key EEA14886: public key " Launchpad VLC" imported Gpg: /tmp/tmps5bnjwws/trustdb.gpg: trustdb created Gpg: requesting key EEA14886 from hkp server Gpg: keyring `/tmp/tmps5bnjwws/pubring.gpg' created Gpg: keyring `/tmp/tmps5bnjwws/secring.gpg' created :~# add-apt-repository -y ppa:webupd8team/java Before installing android studio, add the java repository to apt source, using “ add-apt” command.
