Posts

Showing posts from August, 2017

How to install Android Studio 2.2.3 on Ubuntu 16.04 ?

Image
How to install Android Studio 2.2.3 on Ubuntu 16.04 ? How to install android studio and how to configure Android Studio 2.2.3 on Ubuntu 16.04 ? Create apps on all type of Android device. Android Studio provides the fastest tools for making  Android app Download Android Studio 2.2.3 from this website https://developer.android.com/studio/index.html Then Install android-studio Library sudo apt-get install lib32z1 lib32ncurses5 lib32stdc++6 [caption id="attachment_15888" align="aligncenter" width="868"] Android Studio 2.2.3[/caption] copy zip file and move to #mv android-studio-ide-145.3537739-linux.zip /usr/local #cd /usr/local/ #unzip android-studio-ide-145.3537739-linux.zip #cd android-studio/bin #./studio.sh next it will download SDK it will take time Then finish then you will get message android studio up to date Follow Me https://amitechnology.net https://facebook.com/amitechnology.net https://youtube.com/c/amitechnologyitex

How To Install Java with Apt install on Ubuntu 16.04

Image