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. My application works OK on Fedora but stops working on android.It uses XmlListModel
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 605 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
    s4eed
    wrote on last edited by
    #1

    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
    0

    • Login

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