Installing Flutter and Android SKD on Arch Linux without Android Studio
Having recently switched from Arcolinux to Arch Linux, I needed to reinstall Flutter on my laptop. The last time I did this, I installed Android Studio because it seemed like the easiest way to get the Android SDK working. However, I never used it as an IDE, so it was hard to justify keeping it on my system since it takes up more than 30GB. This time, with a year of Linux experience under my belt, I’ve managed to install and configure everything needed to build apps for Android without having to install Android Studio. In this article, I’ll tell you how I did it. ...