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
Forum Update on Monday, May 27th 2025

Android OpenSSL .so

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 559 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.
  • K Offline
    K Offline
    Kutyus
    wrote on 11 Mar 2020, 12:28 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
    • K Offline
      K Offline
      Kutyus
      wrote on 11 Mar 2020, 13:28 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

      1/2

      11 Mar 2020, 12:28

      • Login

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