Relative Content

Tag Archive for androidkotlincommand-lineandroid-sdk-toolsproject-setup

How to Set up and Build a Kotlin Android App Using Only the Command Line

I am trying to make an Android app (a 2D game) in Kotlin. I don’t want to use Android Studio or any IDE, just the command line. I would also prefer to not use a build automation tool (i.e. Gradle, Maven), but if there isn’t any other way it’s fine. I am running Debian 12, and I have Gradle and the Android SDK and NDK installed.