add install apk script

This commit is contained in:
pls.153 2022-02-13 17:00:33 +01:00
parent d261596fc3
commit d6a174eff6
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
adb install -r android-build/*.apk

View file

@ -36,7 +36,7 @@ $ cd build-android
$ qmake-android ../app.pro
$ make apk
$ adb install -r android-build/*.apk
$ ./install.sh
```