LaurentMazare/moshi-android

Sample projects using mimi/moshi on android

Rust

5

7 commits

updated Jan 6, 2025

See the code

README

moshi-android

Moshi example for Android.

cargo install cargo-apk
sh build.sh

Potential issues

  • the following doesn't seem to be necessary as of 2025-01-05 *

Use cargo-apk to build and run. Requires a patch to workaround an upstream bug.

One-time setup:

cargo install \
    --git https://github.com/parasyte/cargo-apk.git \
    --rev 282639508eeed7d73f2e1eaeea042da2716436d5 \
    cargo-apk

Build and run:

cargo apk build -r

Contributors

LaurentMazare

7 commits

LaurentMazare/moshi-android

Sample projects using mimi/moshi on android

Rust

5

7 commits

updated Jan 6, 2025

See the code

README

moshi-android

Moshi example for Android.

cargo install cargo-apk
sh build.sh

Potential issues

  • the following doesn't seem to be necessary as of 2025-01-05 *

Use cargo-apk to build and run. Requires a patch to workaround an upstream bug.

One-time setup:

cargo install \
    --git https://github.com/parasyte/cargo-apk.git \
    --rev 282639508eeed7d73f2e1eaeea042da2716436d5 \
    cargo-apk

Build and run:

cargo apk build -r

Contributors

LaurentMazare

7 commits

Languages

Rust

98.2%

Shell

1.8%