14 ms·
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
by Kipt_ 2y 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-apk-only-command-line-without-gradle-ant-or-cmake/59533703#59533703 https://stackoverflow.com/questions/59504840/create-jni-ndk-...
- https://stackoverflow.com/questions/69566622/android-build-with-command-line-tools https://stackoverflow.com/questions/69566622/android-build-w...
- https://github.com/HemanthJabalpuri/AndroidExplorer/blob/master/build_new.sh https://github.com/HemanthJabalpuri/AndroidExplorer/blob/mas...
- https://developer.android.com/tools 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.