cargo-mobile icon indicating copy to clipboard operation
cargo-mobile copied to clipboard

Rust on mobile made easy!

Results 42 cargo-mobile issues
Sort by recently updated
recently updated
newest added

The following points should be noted: * `cargo mobile update` has not been tested, but it will probably fail on Windows because the running binary cannot be overwritten. * Use...

type: enhancement
host: Windows

I am using a custom template where the activity name is the default android name `.MainActivity`, with this PR I can just do `cargo android run -a .MainActivity` I kept...

`x86_64` was converted to `X8664` where I think you meant `X86_64` I encountered this bug while trying to run `cargo android run` with the emulator on my Windows machine using...

Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye `cargo mobile init` `error: Failed to initialize git` `Failed to wait for child process for command "git -C...

We're interested in using this awesome project as a dependency on the [tauri CLI](https://github.com/tauri-apps/tauri/tree/dev/tooling/cli) as part of our upcoming mobile support. Currently I think I could run the `cargo apple`...

This adds initial FreeBSD support. Building for Android isn't working yet. For now the alternative is exporting the project later on another PC or VM running Linux.

It would be really nice to be able to debug iOS applications programs by launching them in the Xcode Simulator. Trying to do this inside Xcode currently results in the...

For my workspace, I have my target moved to another folder. ``` [build] target-dir = "../../../../../Nextcloud_Cargo/git/github/clay53/tutor_engine" ``` Trying to build, I get this error. Looking in a target folder that's...

When first running `cargo android run` I found that it tried to run `adb` internally but didn't find the executable (since it's not in my PATH). It could be good...

Hi, I was just looking at giving cargo-mobile a try and one initial little thing I noticed was that it didn't seem to recognise `ANDROID_NDK_ROOT` or `ANDROID_NDK_HOME` which I think...