From bd3181e544bf2ebedddef0f0d4df576bc08a4bfa Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Sat, 25 Nov 2023 13:08:37 +0100 Subject: [PATCH] revision --- examples/cl-repl/build-android/install-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cl-repl/build-android/install-run.sh b/examples/cl-repl/build-android/install-run.sh index 0ca284d..b65c54c 100755 --- a/examples/cl-repl/build-android/install-run.sh +++ b/examples/cl-repl/build-android/install-run.sh @@ -1,3 +1,3 @@ # install/update (keeps app data) adb install -r android-build/*.apk -adb shell am start -n org.qtproject.example.repl/org.qtproject.qt5.android.bindings.QtActivity # Qt5 +adb shell am start -n org.eql5.android.repl/org.qtproject.qt5.android.bindings.QtActivity # Qt5