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:
committed by
William Casarin
parent
ec755493d9
commit
8b80096290
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user