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
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.
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
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.
Then, choose the type of the installation.
After that, select the theme. I like the dark theme, but select what you prefer.
Next, you will see the summary.
Then, the installation will begin. The wizard will download other required components. Be patience.
The process will take time. Then, you can start a new project.
The next step is to configure the project.
Now you can start to do fantastic Android applications.
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.
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.
Would be nice if you include how to add android studio launcher in application
@Malik Go to Tools > Create Desktop Entry…