Re: [Interest] Native library for Android using Qt

2015-11-24 Thread Захаров Александр Владимирович
No, we are trying to use Qt-based native (i.e. written in C++ and compiled to binary) library from a Java Android program. JNI can be used both ways, for calling native code from Java and for calling Java code from a native code. 24.11.2015 15:55, jh...@gmx.com пишет: I think you may be going

Re: [Interest] Native library for Android using Qt

2015-11-24 Thread jhihn
I think you may be going about this the wrong way. JNI is for getting to android or providing to Android. If you want to use a native library with Qt, then just use it. -Original message- Sent: Monday, 23 November 2015 at 07:37:19 From: "Захаров Александр Владимирович" To: interest