mirror of
https://gitlab.com/eql/lqml.git
synced 2026-03-14 10:41:50 -07:00
3 lines
172 B
Bash
Executable file
3 lines
172 B
Bash
Executable file
# install/update (keeps app data)
|
|
adb install -r android-build/*.apk
|
|
adb shell am start -n org.qtproject.example.camera/org.qtproject.qt5.android.bindings.QtActivity # Qt5
|