Skip to content

Commit a259880

Browse files
authored
Clarify APK location instructions in README
Updated instructions for locating the APK after build.
1 parent cf5f270 commit a259880

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ You can use the provided `run.sh` script to build the app and upload debug symbo
3939
```sh
4040
./run.sh
4141
```
42-
After the build completes, navigate to:
42+
After the build completes, run:
43+
```
44+
find . -name '*.apk'
45+
```
46+
to locate the apk, e.g.:
4347
`android/build/app/outputs/apk/release/app.release.apk`
4448
Drag and drop this APK into your Android emulator to install and run the app.
4549

0 commit comments

Comments
 (0)