Earlier quoted context omitted.
Except all major Android APIs are Java only, even pure native apps are actually loaded as .so into a Java process.
The point is lot of application logic can be written in Go and Swift hopefully soon. That code can be shared across iOS / android app. It is still net win for people who do not like Java/JVM.
Have you used the NDK? You cannot even access the filesystem outside the APK deployment tree without a few JNI calls.