|
|
|
|
|
by Antonito
70 days ago
|
|
As others have stated it's possible, but might be cumbersome. I made an example of an iOS/Android monorepo with a shared Rust core a few months ago:
https://github.com/Antonito/bazel-app-core-native-example/ You do need the Android SDK to build, Android Studio makes things easier (even though the Bazel IDE plugin is a whole other topic itself..) but isn't mandatory to develop or run your app. |
|