mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08: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
|