add cargo-apk and aarch64-linux-android target
I tried the nix-shell and that's what was missing for me to build the apk. The desktop app worked out of the box. Closes: https://github.com/damus-io/android/pull/1 Reviewed-by: William Casarin <jb55@jb55.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -16,7 +16,11 @@ Once you have your dev shell setup, you can build with this command:
|
||||
$ cargo apk run --release
|
||||
```
|
||||
|
||||
This will build and run the app on your android device.
|
||||
This will build and run the app on your android device. If you don't have the `aarch64-linux-android` rust target yet, you can install it with:
|
||||
|
||||
```
|
||||
$ rustup target add aarch64-linux-android
|
||||
```
|
||||
|
||||
You can also just type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user