Jeremy Metz
Jeremy Metz
Suggest migrating this issue to https://github.com/NiklasEi/xbuild
Ah right - so I guess submit the issue to the parent repo - https://github.com/rust-mobile/xbuild
Interesting hacky development on my end; I simply updated `xbuild/src/config.rs` to use SDK `34`, and then copied over folders from my standalone android build tools installs, e.g. ``` cp -rp...
Just in case it slipped through the net - it could also be worth keeping an eye on cargo-mobile2 ( https://github.com/tauri-apps/cargo-mobile2 ) which is maintained by the tauri peeps and...
Ah this is just on my local machine, not as part of the workflow. I'm not totally familiar with the layout and setup included in the workflow images. But essentially...
My own preference would be to remove java-tools from the loop entirely, and I'm currently working to reproduce the workflow mentioned by https://www.reddit.com/user/coderstephen/ here https://www.reddit.com/r/rust/comments/17dr46y/comment/k60o3is/. Supposedly, it's essentially just *...
@Rezan7CC + @NiklasEi - thought you'd both be interested in my `cargo-mobile2` version of this game template. That said, it's heavily stripped down (single `lib.rs`) and I replaced the `ActionsPlugin`...
Also I created a "minimal approach", though I haven't tried this yet with assets etc, here: https://github.com/jmetz/minimal-rust-android-workflow-without-java
As mentioned here : https://github.com/bioimage-io/spec-bioimage-io/issues/550#issuecomment-1943736760 this feature exists at least partially. Updating now to reflect loading a collection of plugins in the same way.