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. Android OpenSSL .so
QtWS25 Last Chance

Android OpenSSL .so

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 552 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.
  • KutyusK Offline
    KutyusK Offline
    Kutyus
    wrote on last edited by
    #1

    Hi!

    I want to use openssl with my android app, but not working, I get this message: E linker : library "/system/lib/libcrypto.so" ("/system/lib/libcrypto.so") needed or dlopened by ... libQt5Core.so, openssl libraries not loaded :(
    Qt Creator 4.11.1, Framework: 5.13.2

    The precompiled files from https://github.com/KDAB/android_openssl added to project/android/libs/ directory, and I chcked buided apk with jar: 475212 Fri Nov 30 00:00:00 CET 1979 lib/armeabi-v7a/libssl.so, 2220172 Fri Nov 30 00:00:00 CET 1979 lib/armeabi-v7a/libcrypto.so.

    .pro file is contain:

    ANDROID_EXTRA_LIBS = \
            $$PWD/android/libs/libcrypto.so \
            $$PWD/android/libs/libssl.so
    

    Thanks in advance

    1 Reply Last reply
    0
    • KutyusK Offline
      KutyusK Offline
      Kutyus
      wrote on last edited by
      #2

      Ok, I use wrong version .so-s, I replaced them to libssl_1_1.so and libcrypto_1_1.so, and working.

      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