Post #4066840
2026-07-24 15:50 UTC
@Larvitz@burningboard.net @Larvitz@burningboard.net TIL how to build an Android app. Thanks this is soo cool. And IIUC, you can totally ditch Android studio ?
Replies (1)
-
@Larvitz@burningboard.net 2026-07-24 15:53
@trya2l@fosstodon.org You don't need Android studio. Just the platform SDK and the command line utillities. That's how I use. I use neovim as my development text-editor and then just compile the app with gradlew and push it to the phone with adb for testing.