We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5f270 commit a259880Copy full SHA for a259880
README.md
@@ -39,7 +39,11 @@ You can use the provided `run.sh` script to build the app and upload debug symbo
39
```sh
40
./run.sh
41
```
42
- After the build completes, navigate to:
+ After the build completes, run:
43
+ ```
44
+ find . -name '*.apk'
45
46
+ to locate the apk, e.g.:
47
`android/build/app/outputs/apk/release/app.release.apk`
48
Drag and drop this APK into your Android emulator to install and run the app.
49
0 commit comments