Verify your API level,
Verify the libs
Verify the library spec order! The order on Android is manual and important. ld is stripped down and does not topilogically sort depenencies and load in the right order. Loading a library before its depenencies will fail.
Sent: Monday, February 26, 2018 at 11:37 AM
From: "Igor Mironchik" <igor.mironc...@gmail.com>
To: "Qt Project" <interest@qt-project.org>
Subject: Re: [Interest] Crash on Android
From: "Igor Mironchik" <igor.mironc...@gmail.com>
To: "Qt Project" <interest@qt-project.org>
Subject: Re: [Interest] Crash on Android
Hi
On 26.02.2018 18:08, Igor Mironchik wrote:
E/AndroidRuntime( 4017): java.lang.UnsatisfiedLinkError: Couldn't load Stock from loader dalvik.system.PathClassLoader[dexPath=/data/app/com.gmail.mironchik.igor.stock-1.apk,libraryPath=/data/app-lib/com.gmail.mironchik.igor.stock-1]: findLibrary returned null
I guess that this is the main reason. Java classes from API 21, as I guess is not a problem, in Qt sources these classes just tests, am I right?
But what can be the reason? I built January 22, 2018 one QML app for Android and it works, I built this application right now and it crashes... I have no idea. I just deleted everything: Android stuff, Qt stuff, configs and preparing new environment.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest