Results 1 to 2 of 2

Thread: Error in third party Libaray addition in qt android project

  1. #1
    Join Date
    Oct 2014
    Posts
    3
    Qt products
    Qt5
    Platforms
    Windows Android

    Unhappy Error in third party Libaray addition in qt android project

    Hi,

    I am trying to add and android library to my qt android project. But it fails while deploying.
    I followed steps as given in documentation : Third-party Android Libraries
    http://doc.qt.io/qt-4.8/http://qt-project.org/doc/qt-5/android3rdpartylibs.html

    I get the error

    BUILD FAILED
    E:\Installations\ADT\adt-bundle-windows-x86-20131030\sdk\tools\ant\build.xml:577: ../android-build/libs/ resolve to a path with no project.properties file for project E:\WorkSpaces\Qt\Qt_WidgetApps\AndroidSerialPortTr ials\ThirdPartyLib\build-ThirdPartyLib-Android_for_armeabi_v7a_GCC_4_8_Qt_5_3_0_Android_G CC_arm_4_8-Debug\android-build

    my project.properties

    android.library.reference.1=../android-build/libs/

    projectPath/android/
    • libs
    • AndroidManifest.xml
    • project.properties


    projectPath/android/libs/
    • xx.so
    • yy.jar


    I tried

    android.library.reference.1=libs/ as given in documentation
    android.library.reference.1=../android/libs/
    android.library.reference.1=./libs/

    But all gives error

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error in third party Libaray addition in qt android project

    What kind of help do you expect from us?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 1
    Last Post: 22nd April 2014, 00:21
  2. Qt 5.1 for Android error
    By Baso in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 27th July 2013, 11:47
  3. qt5.1 create a android test app met a error
    By tsuibin in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 25th July 2013, 08:40
  4. Compilation Error While compiling with Third party API
    By sajis997 in forum Qt Programming
    Replies: 1
    Last Post: 15th February 2012, 00:26
  5. Qt GUI Application Project with 3rd party dll problem
    By MarkoSan in forum Qt Programming
    Replies: 1
    Last Post: 22nd February 2010, 10:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.