Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    My application works OK on Fedora but stops working on android.It uses XmlListModel

    Mobile and Embedded
    1
    1
    492
    Loading More Posts
    • 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
      s4eed last edited by

      I'm developing an Android application using Qt and Qt Quick technology. Every thing is OK on my Fedora box. In QML part of my app I use a XmlListModel and when I run it On Android, debugger says :

      @module "QtQuick.XmlListModel" plugin "qmlxmllistmodelplugin" not found@

      I tried "this solution":http://stackoverflow.com/questions/22062760/qml-xmllistmodel-plugin-not-found/22082556#22082556 but now my program on Android stops working at the beginning.
      Even after above solution the debugger's output is :

      @W/System.err( 5815): Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libQt5XmlPatterns.so" needed by "libqmlxmllistmodelplugin.so"; caused by library "libQt5XmlPatterns.so" not found
      @
      I'm using Qt 5.3.2, on Fedora 20 and my NDK version is r9c.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post