the app on android does not start
-
Hello.
I built a simple program for Android:
import QtQuickWindow {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}
.
But even it does not run on the emulator.
When deploying, a message pops up:
Some build errors were detected.
Ignore them?.
I look in the Problems window:
adb: failed to install .../build/Android_Qt_6_8_2_Clang_x86_64- Debug/android-build-appquickandroid//build/outputs/apk/debug/android-build-appquickandroid-debug.apk: cmd: Can't find service: packageInstalling to device failed!
.
Here is my Device:
Android settings are ok:
How do I get it running?
Thanks in advance! -
When I selected such a Device:
, the program almost started.
There was nothing in the Problems window.
But in the Output window there were warnings and errors:
.
And the program still did not start: