I prefer to work outside of IDEs for much of my programming, and so I dislike being forced to install Android Studio in order to work on an Android project. Lately this has been especially acute because I'm using gio and writing my Android apps in Go! Android Studio isn't tailored for that. This is… Continue reading Installing a working Android dev environment without installing Android Studio
Tag: Android
Installing Android Studio on Pop!_OS (Or Ubuntu)
Android Studio provides easy downloads for Linux users, but installing that way loses the benefit of being managed by your package manager. I always try to find .deb or PPA methods of installing software (On Debian-derived distros) so that I can manage all of my basic software with one tool. I've found that manually installing… Continue reading Installing Android Studio on Pop!_OS (Or Ubuntu)