| Lift freeq's AV media plane out of sleek | 1 | ## How to install |
| 2 | ||
| 3 | ```sh | |
| 4 | rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android | |
| 5 | ``` | |
| 6 | ||
| 7 | ## How to build apk | |
| 8 | ||
| 9 | ```sh | |
| 10 | # Builds the project in release mode and places it into a `apk` file. | |
| 11 | cargo apk build --release | |
| 12 | ``` | |
| 13 | ||
| 14 | more information at: https://github.com/rust-mobile/cargo-apk |