Re: [Interest] Qt 5.11.2 for Android Prebuilt- Crash in the First Non-Qt JNI

2018-11-05 Thread coroberti .
Dear Marcus, Thank you very much! Kind regards, Robert Iakobashvili On Mon, Nov 5, 2018 at 10:50 AM Markus Maier wrote: > > Hi, > > I didn't look through your logs in detail, but the issue sounds like it might > be related to https://bugreports.qt.io/browse/QTBUG-688

Re: [Interest] Qt 5.11.2 for Android Prebuilt- Crash in the First Non-Qt JNI

2018-11-05 Thread Markus Maier
Hi, I didn't look through your logs in detail, but the issue sounds like it might be related to https://bugreports.qt.io/browse/QTBUG-68813 - I needed the workaround from the end of the bug's description in order to get my JNI calls working again. My code also works with Qt 5.9 and doesn't work wi

[Interest] Qt 5.11.2 for Android Prebuilt- Crash in the First Non-Qt JNI

2018-11-01 Thread coroberti .
Hi, I was trying to build my Qt widget app that is working on Android since Qt 5.3, later 5.7 and 5.9 using downloaded offline Qt 5.11.2. Using Qt JNI seems to be working properly, like: RequestPermissions = QAndroidJniObject("com/domain/myapp/permissions/RequestPermissions",