mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
6 lines
281 B
Bash
Executable file
6 lines
281 B
Bash
Executable file
# install/update (keeps app data)
|
|
adb install -r android-build/*.apk
|
|
|
|
# try both
|
|
adb shell am start -n org.qtproject.example.app/org.qtproject.qt5.android.bindings.QtActivity # Qt5
|
|
adb shell am start -n org.qtproject.example.app/org.qtproject.qt.android.bindings.QtActivity # Qt6
|