Rust mobile app developement

Is it possible to build android app with rust if yes please suggest some docs.

Yes, it's totally possible.

The Google Comprehensive Rust Book introduces the subject. If you want a more official documentation, then AOSP provides instructions on how Rust can be used on Android.

The crates ndk, jni, android-activity, and the Cargo tools cargo-ndk and cargo-apk are designed to easily develop Android applications in Rust.

2 Likes

Thank you

If you are looking for more abstract frameworks for cross-platform mobile development in the likes of React Native, Flutter, Kotlin MP or .NET MAUI, Tauri v2 now supports mobile platforms. Dioxus does as well.

2 Likes

Thank you, for tauri suggestion.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.