A "hello world" Android starts at ~5MB.
It is possible to make it smaller if choosing some non-default different tools.
25Kb
reply
The “default” recommendation is clearly Android Studio plus Kotlin/Java.
Other tools are smaller.
Use plain Java, regular Android views, handle yourself the ifdefs for Android versions, and the 5 MB won't be there.
A "hello world" Android starts at ~5MB.
It is possible to make it smaller if choosing some non-default different tools.