Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt5.1beta android "findLibrary returned null"

Qt5.1beta android "findLibrary returned null"

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sanv
    wrote on last edited by
    #1

    Hello.
    Build - ok. Install in AVD - ok.Run-error.
    [code]
    .....
    D/AndroidRuntime( 799): Shutting down VM
    W/dalvikvm( 799): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
    E/AndroidRuntime( 799): FATAL EXCEPTION: main
    E/AndroidRuntime( 799): java.lang.UnsatisfiedLinkError: Couldn't load simple3 from loader dalvik.system.PathClassLoader[dexPath=/data/app/org.qtproject.example.simple3-1.apk,libraryPath=/data/app-lib/org.qtproject.example.simple3-1]: findLibrary returned null
    E/AndroidRuntime( 799): at java.lang.Runtime.loadLibrary(Runtime.java:365)
    E/AndroidRuntime( 799): at java.lang.System.loadLibrary(System.java:535)
    E/AndroidRuntime( 799): at org.qtproject.qt5.android.bindings.QtActivity.loadApplication(QtActivity.java:207)
    ...........
    [/code]
    Libraries are installed on the device:
    [code]
    root@android:/ # cd /data/data/org.qtproject.example.simple34/lib
    root@android:/data/data/org.qtproject.example.simple34/lib # ls
    gdbserver
    lib--Managed_by_Qt_Creator--plugins_accessible_libqtaccessiblequick.so
    lib--Managed_by_Qt_Creator--plugins_accessible_libqtaccessiblewidgets.so
    ............
    lib--Managed_by_Qt_Creator--qml_Qt_labs_folderlistmodel_libqmlfolderlistmodelplugin.so
    libQt5Core.so
    libQt5Gui.so
    .............
    [/code]

    Thanks.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved