How to install Android Studio in Gnu / Linux
How to install Android Studio in Gnu / Linux

In general, proprietary operating systems are always used to
develop smartphone apps. But during the last months, the tools of development
of apps have been transported to free operating systems, systems such as Gnu /
Linux distributions.
Here's how to install Android Studio, the Android app
development suite in any Gnu / Linux distribution. A very simple installation
system if we follow the different steps of the process.
First we have to go to the official website and get the
installation package of Android Studio. Once we have it, we open a terminal in
the folder where the compressed file is and write the following:
$ sudo unzip ANDROID_STUDIO.zip -d /opt
Now we have to install Java JDK, a fundamental language for
creating Android apps and for Android Studio. So we go to the official JDK
website and download it. If we have a distribution that uses rpm packages, we
download the package in this format and if not, we choose the package in tar.gz
format. Now we open a terminal and execute the following commands:
$ cd /usr/local
$ tar xvf ~/Downloads/jdk-8u92-linux-x64.tar.gz
$ sudo update-alternatives --config java
It will appear a series of versions that we have to select,
in this case we will select the package that we have installed. In the previous
case we have installed version 1.8_092 if it were a more updated version we
would have to change the numbering and choose the most modern version.
Now we are ready to run the Android Studio installer. So we
open the terminal and write the following:
$ cd /opt/android-studio/bin
$ sh studio.sh
And with this will start the welcome screen and a simple
installation wizard. Once we finish with the assistant we will have Android
Studio installed in our distribution. Now we just have to create our apps, but
that is something that we will tell you in another article.
To view a hand on review in our Youtube channel please like and share in ours channels to make it possible.
We are trying to bring all the content to YouTube and show every other spec and characteristics of this phone and many others, so we need your help to make it possible. Share, like, subscribe and active the notification to stay tuned and to access our giveaways.
![]()
And we apreciate your donation to make new reviews and giveaways
Don’t forget to follow us in:
Tumblr The Tech Influencer
Wordpress The Tech Influencer
Blogger The Tech Influencer
Google+ The Tech Influencer
Facebook The Tech Influencer
Twitter @Tech_Influencer
Instagram The TechInfluencer
Flickr The Tech Influencer
Youtube The Tech Influencer
Pinterest The Tech Influencer
Linkedin The Tech Influence
Snapchat techinfluencer
Wordpress The Tech Influencer
Blogger The Tech Influencer
Google+ The Tech Influencer
Facebook The Tech Influencer
Twitter @Tech_Influencer
Instagram The TechInfluencer
Flickr The Tech Influencer
Youtube The Tech Influencer
Pinterest The Tech Influencer
Linkedin The Tech Influence
Snapchat techinfluencer
Comments
Post a Comment