aston
aston
@mzdk100 , use `x doctor` to see what dependencies you miss.
Hi, Can you please check using the `j4rs` master instead of the latest release? There are some changes and fixes from fellow contributors that dealt with possible issues during build...
Hi @AzHicham , did you have the chance to check the issue using the master?
Use the current master (v0.22.0 is not yet released) and android-activity crate. See instructions [here](https://github.com/astonbitecode/j4rs?tab=readme-ov-file#android-rust---java-direction)
v0.22.0 is out, so please use the instructions [here](https://github.com/astonbitecode/j4rs?tab=readme-ov-file#android-rust---java-direction).
I believe a good solution would be a small improvement in the `j4rs` build script, to use the [rerun-if-env-changed](https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-env-changed) instruction. This way, we could force `j4rs` rebuilding on demand. You...
Please, give it a try using the master and let me know.
Thanks for the report. `j4rs` is not designed to interfere with Classes' access. It calls Java like normal Java code calls APIs of other packages. This keeps things simple, enforces...