android: misc fixes for android

Closes: https://github.com/damus-io/notedeck/pull/568
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
Ken Sedgwick
2024-12-12 11:38:43 -08:00
committed by William Casarin
parent ec755493d9
commit 8b80096290
2 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ $ rustup target add aarch64-linux-android
To run on a real device, just type:
```bash
$ cargo apk run --release
$ cargo apk run --release -p notedeck_chrome
```
## Android Emulator
@@ -54,7 +54,7 @@ $ cargo apk run --release
while the emulator is running, run:
```bash
cargo apk run --release
cargo apk run --release -p notedeck_chrome
```
The app should appear on the emulator