File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ cargo-apk/README.md
Original file line number Diff line number Diff line change 11# cargo apk
22
3+ [ ![ Actions Status] ( https://github.com/rust-mobile/cargo-apk/actions/workflows/rust.yml/badge.svg )] ( https://github.com/rust-mobile/cargo-apk/actions )
4+ [ ![ Latest version] ( https://img.shields.io/crates/v/cargo-apk.svg?logo=rust )] ( https://crates.io/crates/cargo-apk )
5+ [ ![ Documentation] ( https://docs.rs/cargo-apk/badge.svg )] ( https://docs.rs/cargo-apk )
6+ [ ![ Lines of code] ( https://tokei.rs/b1/github/rust-mobile/cargo-apk )] ( https://github.com/rust-mobile/cargo-apk )
7+ ![ MIT] ( https://img.shields.io/badge/License-MIT-green.svg )
8+ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache_2.0-green.svg )
9+
10+ > ** Warning**
11+ > This tool is deprecated in favour of [ ` xbuild ` ] ( https://github.com/rust-mobile/xbuild ) .
12+
313Tool for creating Android packages.
414
515## Installation
@@ -13,7 +23,7 @@ $ cargo install cargo-apk
1323From source:
1424
1525``` console
16- $ cargo install --path .
26+ $ cargo install --path cargo-apk/
1727```
1828
1929## Commands
Original file line number Diff line number Diff line change 1+ # ` ndk-build `
2+
3+ [ ![ Actions Status] ( https://github.com/rust-mobile/ndk-build/actions/workflows/rust.yml/badge.svg )] ( https://github.com/rust-mobile/ndk-build/actions )
4+ [ ![ Latest version] ( https://img.shields.io/crates/v/ndk-build.svg?logo=rust )] ( https://crates.io/crates/ndk-build )
5+ [ ![ Documentation] ( https://docs.rs/ndk-build/badge.svg )] ( https://docs.rs/ndk-build )
6+ [ ![ Lines of code] ( https://tokei.rs/b1/github/rust-mobile/ndk-build )] ( https://github.com/rust-mobile/ndk-build )
7+ ![ MIT] ( https://img.shields.io/badge/License-MIT-green.svg )
8+ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache_2.0-green.svg )
9+
10+ > ** Warning**
11+ > This crate and ` cargo-apk ` are deprecated in favour of [ ` xbuild ` ] ( https://github.com/rust-mobile/xbuild ) .
12+
13+ Helps [ ` cargo-apk ` ] ( https://crates.io/crates/cargo-apk ) cross-compile libraries and package APKs in a generic, reusable Rust crate.
You can’t perform that action at this time.
0 commit comments