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. how to deploy a library for android
Forum Updated to NodeBB v4.3 + New Features

how to deploy a library for android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 329 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.
  • MozzieM Offline
    MozzieM Offline
    Mozzie
    wrote on last edited by
    #1

    Hi,
    when I want to build a library for andorid, but after i pushed the deploy menu, qtcreater looks like still think i am building an apk, and I got following messages:

    Initializing deployment to Android device/simulator
    Deploying to emulator-5554
    Error while building/deploying project Util (kit: Android for x86 (Clang Qt 5.12.9 for Android x86))
    When executing step "Deploy to Android device"
    

    is there any thing i need to configue in the .pro file?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean install a library system wide on your Android device ?

      Which one is it ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      MozzieM 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Do you mean install a library system wide on your Android device ?

        Which one is it ?

        MozzieM Offline
        MozzieM Offline
        Mozzie
        wrote on last edited by
        #3

        @SGaist said in how to deploy a library for android:

        Do you mean install a library system wide on your Android device

        hi,
        I want to know if we can just build a single .so and then I can use it in anonther projects by using

        LIBS += -LD:/Software/sdk/util/lib/ -lUtil

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          AFAIK, yes, but you have to deploy it as well.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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