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. Too many libraries when loading
Forum Updated to NodeBB v4.3 + New Features

Too many libraries when loading

Scheduled Pinned Locked Moved Mobile and Embedded
androidlibraryqt 5.4.1
3 Posts 2 Posters 1.4k Views 2 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
    shedo
    wrote on last edited by
    #1

    Hi,
    I'm trying to porting my qt application on Android, but I have this error: "too many libraries when loading". I know there is a limit on Android share library (SO_MAX) up to 4.3 when it was removed. Is there any way to work around the problem without removing libraries?

    Thank you

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Combine libraries together into a single .so, or link statically.

      (Z(:^

      1 Reply Last reply
      0
      • S Offline
        S Offline
        shedo
        wrote on last edited by
        #3

        Are you sure that for android you can use static libraries because I found in the project property(build) only the option to add shared library.

        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