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. [SOLVED] QtXml error in Android

[SOLVED] QtXml error in Android

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 1.3k 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.
  • francescmmF Offline
    francescmmF Offline
    francescmm
    wrote on last edited by
    #1

    I have started to develop an aplication that reads data from an XML file and when I try to deploy and start my app in the device it reports the following error:

    @Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1891]: 87 could not load needed library 'libQtXml.so' for 'libuntitled.so' (load_library[1093]: Library 'libQtXml.so' not found)@

    The device is a Nexus S with Ministro installed and with libraries downloaded. I have also tried to deploy the app with the option of use Qt local system libs in the device. I have found the libQtXml.so in my system where are also located QtCore and others. Should I modify the rules.xml to include QtXml? If this is the issue, which lines should I include?

    1 Reply Last reply
    0
    • francescmmF Offline
      francescmmF Offline
      francescmm
      wrote on last edited by
      #2

      Problem solved!!

      Looking at Google, finally I have found a solution, explained here: http://comments.gmane.org/gmane.comp.lib.qt.android/3490

      In the reply of May 9th of 2012 at 11:11 AlexDao says:

      bq. 1. Click button Project on left.
      2. Click tab Run setting
      3. Click to Package Configurations
      4. Click to tab Library
      5. Check QtNetwork
      Done.
      Have fun.

      It's really done!

      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