[Development] [QtSerialPort] Porting to Android

Nicolás Alvarez nicolas.alvarez at gmail.com
Thu Aug 1 20:49:26 CEST 2013


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.

-- 
Nicolás



More information about the Development mailing list