How To Develop Android Apps or Modules Without IDE (Android Studio | IntelliJ)
Virtually all Android projects are created with Android Studio or IntelliJ IDEA. That isn't great for learning because you will not understand how things work such as components that make up an Android projects, how build are setup and configured, etc. Why would anyone wants to develop Android apps or modules without Android Studio? There are several possible reasons. Android Studio consumes lots of memory and works slowly on many computers or Macs, The Android Studio no longer supports the AGP of the project and you cannot upgrade the AGP anymore since it'll breaks the project dependencies. Disclaimer: This guide is provided "as is" with no warranties with regard to the accuracy and completeness of the information provided herein. I expect you to have an inquisitive mind to try things out, and the patience to first google and try to find answers to simple questions. Understanding The Android P...