[Development] [QtSerialPort] Porting to Android

Laszlo Papp lpapp at kde.org
Thu Aug 1 21:00:14 CEST 2013


On Thu, Aug 1, 2013 at 7:49 PM, Nicolás Alvarez
<nicolas.alvarez at gmail.com>wrote:

> 2013/8/1 Denis Shienkov <scapig2 at yandex.ru>:
> > 01.08.2013 22:35, Thiago Macieira пишет:
> >>
> >> There are two _android files in
> >> http://qt.gitorious.org/qt/qtbase/trees/stable/src/corelib/kernel
> >>
> >>
> > Yes, I saw them.
> > But I don't understand, where JNI's wrappers (Android-spesific wrappers)
> > for sockets, files, widgets, etc.?
>
> As far as I know, you don't need JNI to access sockets and files,
> that's done through the NDK.
>
> For graphics, the Android QPA plugin is on
> qtbase/src/plugins/platforms/android.
>

Yep, that was my impression, too.

Apparently, it is also possible for the serial port to go through the
low-level bits unless I am wrong which is possible. :-)

https://code.google.com/p/android-serialport-api/source/browse/#svn%2Ftrunk%2Fandroid-sercd%2Fproject%2Fjni

Denis, do not forget to look for Q_OS_ANDROID, too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130801/6bc293f9/attachment.html>


More information about the Development mailing list