mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add install apk script
This commit is contained in:
parent
d261596fc3
commit
d6a174eff6
2 changed files with 2 additions and 1 deletions
1
examples/9999/build-android/install.sh
Executable file
1
examples/9999/build-android/install.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
adb install -r android-build/*.apk
|
||||
|
|
@ -36,7 +36,7 @@ $ cd build-android
|
|||
$ qmake-android ../app.pro
|
||||
$ make apk
|
||||
|
||||
$ adb install -r android-build/*.apk
|
||||
$ ./install.sh
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue