qtserialport and Android10
-
Hi, When I try to use QSerialPort in Android 10 I obtain the error
Failed to load the library: udev, supported version(s): 1 and 0
My app is running as android.uid.system so the device /dev/ttyUSB0 is availabla an writable.
How can i resolve?@mrdebug
How does this new topic relate to your ongoing https://forum.qt.io/topic/137105/qserialport-and-android-permission-error, where @J-Hilk said:QSerialPort does not support Android 10
it never did.
Since you would need a rooted android device to access the port/api anyway, no-one ever bothered to make it an official supported part of the library (for Android)
You'll have to go native c++