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. Qt on Android failed: dlopen failed: empty/missing DT_HASH in "libsuperapp_base.so" (built with --hash-style=gnu?)
Forum Updated to NodeBB v4.3 + New Features

Qt on Android failed: dlopen failed: empty/missing DT_HASH in "libsuperapp_base.so" (built with --hash-style=gnu?)

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

    I used the libsuperapp_base.so in the project.After the success of the compiler, runtime errors:
    E/dalvikvm(12322): dlopen("/data/data/com.findjob.ydyffffff/superApp_lib/libsuperapp_base.so") failed: dlopen failed: empty/missing DT_HASH in "libsuperapp_base.so" (built with --hash-style=gnu?)
    E/superapp_cscomm(12322): load superapp_base.so failed :

    How can i deal with it?

    Z 1 Reply Last reply
    0
    • R reboot

      I used the libsuperapp_base.so in the project.After the success of the compiler, runtime errors:
      E/dalvikvm(12322): dlopen("/data/data/com.findjob.ydyffffff/superApp_lib/libsuperapp_base.so") failed: dlopen failed: empty/missing DT_HASH in "libsuperapp_base.so" (built with --hash-style=gnu?)
      E/superapp_cscomm(12322): load superapp_base.so failed :

      How can i deal with it?

      Z Offline
      Z Offline
      ZakiAsadi
      wrote on last edited by
      #2

      @reboot
      I know this is an old post, but this answer may helps somebody.

      add the following option to your .pro file:
      QMAKE_CFLAGS += -Wl,--hash-style=sysv

      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