| Since when does Rust appear as language selection on the NDK installer? Has out of the box support on Android Studio for: - mixed language debbugging - project templates wizard - code completion and linting - JNI bindings generation - two way editing between native JNI wrappers and Java/Kotlin native method declaration - packaging of Android libraries for native code And for game developers, if they so which, plugins for Visual Studio with similar capabilities. In both cases, official support from Android team if there are issues with the above tooling. Apparently you haven't tried enough, if you think bare bones NDK integration with cargo is enough for Android shops. Maybe Rust will get on https://developer.android.com some day, but it isn't there today, even despite the fact that it is being used for Android internals, there is zero documentation on how to write Android drivers in Rust. https://source.android.com/docs/core/architecture So lets not pretend it is the same effort using Rust on Android, as it is for the official SDK languages. |