Part of the Free Full-stack course: https://www.youtube.com/playlist?list=PL6yRaaP0WPkXo7Kl6LQcO69bsYTS7BDxo

Welcome to the Free Full-stack Course

In this course, we will be using Python as the programming language for our backend to deliver REST APIs. The REST APIs will be developed on top of Django which is a backend/website framework that sits on top of Python. And we will also use DRF (Django REST Framework) to actually deliver our APIs on top of Django.

Flutter, which we will use to create our front-end apps, will need the Android SDK in order to compile our Flutter/Dart code into an executable for Android. Android Studio is an IDE that comes with the Android SDK so in this chapter we will learn how to install Android Studio and subsequently the Android SDK on Linux (Ubuntu) so that we are ready for our front-end deployment into an Android device or emulator.

Timestamps:
00:00 - Installing Android SDK on Linux
00:40 - Check if you already have Java or not
02:18 - Install Java Runtime Environment
02:53 - Install Java Development Kit
03:16 - Test your Java installation
03:42 - Add repository with sudo add-apt-repository
04:44 - Update your apt cache
04:54 - Install Android Studio
05:45 - Open Android Studio
06:28 - Install Android SDK Build Tools
07:39 - Install Android SDK Command Line Tools
08:03 - Install Android Emulator
08:27 - Install SDK Platform Tools
08:56 - Create a new emulator
11:02 - Congratulations

If you want to support my work, please consider joining my YouTube channel by pressing the Join button!

Twitter: https://twitter.com/vandadnp
LinkedIn: https://linkedin.com/in/vandadnp

Let's get started!