22 C
Texas
angeloma
Senior Writer and partner

How to install Android Studio on Fedora 30?

Fedora is a fairly popular Linux distribution. Many users highlight its speed and functionality to be taken into account as a reference. So many developers are interested in it as the main system in which to do their daily work. And there are many kinds of developers from web focus to mobile programming where iOS and Android dominate the market. In this sense, Android has a special IDE called Android Studio. So, in this post you will learn how to install Android Studio on Fedora 30.

Android is the world’s most popular mobile operating system and is present in hundreds of models. In addition, many major brands such as Samsung bet strongly on it. So Android has an IDE that is up to the system in Android Studio.

Android Studio is the official Android IDE. It is based on IntelliJ IDEA. Android Studio offers even more features that enhance your productivity when building Android apps, such as:

  • A flexible Gradle-based build system.
  • A fast and feature-rich emulator.
  • A unified environment where you can develop for all Android devices.
  • Instant Run to push changes to your running app without building a new APK.
  • Code templates and GitHub integration to help you build common app features and import sample code.
  • Extensive testing tools and frameworks.

So, let us install Android Studio on Fedora 30.

Install Android Studio on Fedora 30

- Advertisement -

First of all, go to the Android Studio website. Then download the Linux version. The website recognizes which system you are using. So just click on the Download Android Studio button.

1.- Android Studio website
1.- Android Studio website

After you accept the license terms, the download will begin. It weighs 1 Gb so if you have a slow connection, it will take a while.

Once downloaded, it is necessary to install some dependencies. Open the terminal and type the following.

:~$ sudo dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686

2.- Install some required libraries
2.- Install some required libraries

After that, decompress the downloaded file in /opt/.

:~$ cd /opt/
:~$ sudo tar -xvzf /home/your-user/Downloads/android-studio-ide-183.5522156-linux.tar.gz

Obviously, be careful with the path and name of the downloaded file.

Then, run the wizard.

:~$ cd android-studio/bin
:~$ sh studio

Now, you will see the wizard.

3.- Android studio setup wizard
3.- Android studio setup wizard

Then, choose the type of the installation.

4.- Install type
4.- Install type

After that, select the theme. I like the dark theme, but select what you prefer.

5.- Select UI theme
5.- Select UI theme

Next, you will see the summary.

6.- summary
6.- summary

Then, the installation will begin. The wizard will download other required components. Be patience.

7.- Installing Android Studio on Fedora
7.- Installing Android Studio on Fedora

The process will take time. Then, you can start a new project.

8.- Choose the type of project
8.- Choose the type of project

The next step is to configure the project.

9.- Configure the project
9.- Configure the project

Now you can start to do fantastic Android applications.

10.- Android Studio on Fedora 30
10.- Android Studio on Fedora 30

And that’s it.

Conclusion

Android Studio is an IDE for developing Android applications. Installing it is not at all complex, however, there are some dependencies that should be taken into account to avoid problems. In addition, it is recommended to have a fairly modern computer because it is somewhat heavy.

Are you an Android developer? Have you used Android Studio? Let us know in the comments.

Please share this post with your friends.

- Advertisement -
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

4 COMMENTS

  1. Bonjour,

    Mon terminal me renvoi une erreur :

    android-studio/plugins/android/lib/layoutlib/data/fonts/DroidSansFallback.ttf

    gzip: stdin: Input/output error
    tar: Fin prématurée rencontrée dans l’archive.
    tar: Fin prématurée rencontrée dans l’archive.
    tar: Error is not recoverable: exiting now

    • Salut. On dirait que l’erreur vient du fait que gzip et tar ne sont pas installés. Essayez d’installer d’abord et répétez les étapes.

LEAVE A REPLY

Please enter your comment!
Please enter your name here



Latest article