Hacker News new | ask | show | jobs
by Kipt_ 723 days ago
I can't theorize on the 'Why' part of your question, but there are ways around using Android Studio IDE to make Android builds without gradle build system.

If you want to learn exactly how the APK/AAB is built and compiled, here are some resources I used to learn:

- https://stackoverflow.com/questions/59504840/create-jni-ndk-...

- https://stackoverflow.com/questions/69566622/android-build-w...

- https://github.com/HemanthJabalpuri/AndroidExplorer/blob/mas...

- https://developer.android.com/tools

Some of the links haven't aged too well, but it's a starting point for learning how things work under the "Android Studio" / "gradle" hood.