Post #4066839
2026-07-24 15:53 UTC
@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.
Replies (1)
-
@trya2l@fosstodon.org 2026-07-24 15:58
@Larvitz@burningboard.net Okay, and on the PC are you able to test the UI ? With the emulator ?