[Solved] Can i use QSerialPort in android?
-
This class is not implemented for Android, it's simply not supported. But this is on the wishlist for future releases.
-
This class is currently implemented but root rights are needed, however an alternative implementation using java and jni is currently being explored
-
Oh, thanks for correcting me.
-
I have the same problem with qt5.4, if i'm trying to use QT += serialport in my .pro i got :
@
erreur : Unknown module(s) in QT: serialport
@in Qt creator when i'm trying to deploy on android. If i choose to deploy on desktop i have no error and i can compile ! Do you have an idea to resolve this ! For information i use qt5.4 32 bits and i'm under ubuntu 14.04 LTS 32.
-
I have the same problem with qt5.4, if i'm trying to use QT += serialport in my .pro i got :
@
erreur : Unknown module(s) in QT: serialport
@in Qt creator when i'm trying to deploy on android. If i choose to deploy on desktop i have no error and i can compile ! Do you have an idea to resolve this ! For information i use qt5.4 32 bits and i'm under ubuntu 14.04 LTS 32.