Qt 6.11 is out! See what's new in the release
blog
Apply patch...
-
Did you install all API levels down to 19 ?
-
Hi SGaist, yesterday I had some time and I've searched on google the solution with different keys.
I've found solution.
It was change some rule in udev.
Now all work fine.
Thanks for your attention and patience.Stefano
-
What change did you had to do to the udev rules ?
-
I've created "51-android.rules" and added this line:
SUBSYSTEM=="usb", ATTRS{idVendor}=="10d6", MODE="0666"
where "10d6" is vendor id of my tablet.Stefano
-
Ok, thanks for sharing.