Friday, August 12, 2016

Installing Android Studio on Fedora 24

Installing Android Studio on Fedora 24

First you need to download Android Studio. Download page https://developer.android.com/studio/index.html

Extract the downloaded zip file.

Move the extracted "andriod-studio" directory to the "/usr/local/" or "/opt/" and go inside that directory.
Open Terminal and go inside the "/usr/local/android-studio/bin/"
$ cd /usr/local/android-studio/bin/
 then type this command.
$ ./studio.sh


From this point, you can do all by clicking "Next".

There is a video on this link. watch it. 

Note:
  • You need to install Java JDK1.8 before install Andriod Studio.
  • If you are running a 64-bit version of Fedora, you need to install some 32-bit libraries with the following command:
su dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
Sourec :
https://developer.android.com/studio/install.htm

No comments:

Post a Comment