8 lines
170 B
Markdown
8 lines
170 B
Markdown
# Setup
|
|
```bash
|
|
git clone …
|
|
cargo tauri android init
|
|
git restore gen/android/app/build.gradle.kts
|
|
cargo tauri img/icon.svg
|
|
# Set up gen/android/keystore.properties
|
|
```
|