[Interest] Crash on Android

Igor Mironchik igor.mironchik at gmail.com
Tue Feb 27 05:50:25 CET 2018


Hello,

What was the day yesterday? :) It was stupid mistake. Solved. It was 
just wrong library name in Run in Android manifest.

Thank you.


On 26.02.2018 23:05, Jason H wrote:
> 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.mironchik at gmail.com>
> *To:* "Qt Project" <interest at 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 at qt-project.org 
> http://lists.qt-project.org/mailman/listinfo/interest

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180227/b59ffa81/attachment.html>


More information about the Interest mailing list