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 Application in Qt : Error When Try To Build Application
Forum Updated to NodeBB v4.3 + New Features

Android Application in Qt : Error When Try To Build Application

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

    Hello Friends I am fresher in Qt Android Toolkit

    When I try to build my application

    Some error are raised

    i am using windows 10
    my qt version is : 5.12.3
    toolkit is : Android_for_armeabi_v7a_Clang

    My Android Settings is :
    Screenshot (9).png

    Error Is :

    when i bulid my application that time this error are occurred

    :-1: error: error: cannot find -lc++

    :-1: error: linker command failed with exit code 1 (use -v to see invocation)

    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    i did't get what's wrong in this

    please help me to solve my problem

    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    1 Reply Last reply
    0
    • Quang PhuQ Offline
      Quang PhuQ Offline
      Quang Phu
      wrote on last edited by
      #2

      @Ketan__Patel__0011 ,
      Try add this into your *.pro file then clean and rebuild:

      android: {
          QMAKE_LFLAGS += -nostdlib++
      }
      

      I worked well with me!

      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