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. Errors while building the project for android
QtWS25 Last Chance

Errors while building the project for android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
build errorandroidbuild qtmake
2 Posts 2 Posters 1.0k 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.
  • N Offline
    N Offline
    no_ideaw
    wrote on last edited by
    #1

    I'm trying to build my project for android but it errors like these:

    23:06:06: Running steps for project InstaDL...
    23:06:06: Configuration unchanged, skipping qmake step.
    23:06:06: Starting: "/usr/bin/make" 
    make: *** No rule to make target '../../../Android/android-ndk-r14b/sources/cxx-stl/gnu-libstdc++/4.9/include/type_traits', needed by 'main.o'.  Stop.
    23:06:07: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project InstaDL (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.9.0 for Android armv7))
    When executing step "Make"
    23:06:07: Elapsed time: 00:00.
    

    I have configured SDK, NDK and JDK successfully.
    What is the solution of this problem?

    jsulmJ 1 Reply Last reply
    0
    • N no_ideaw

      I'm trying to build my project for android but it errors like these:

      23:06:06: Running steps for project InstaDL...
      23:06:06: Configuration unchanged, skipping qmake step.
      23:06:06: Starting: "/usr/bin/make" 
      make: *** No rule to make target '../../../Android/android-ndk-r14b/sources/cxx-stl/gnu-libstdc++/4.9/include/type_traits', needed by 'main.o'.  Stop.
      23:06:07: The process "/usr/bin/make" exited with code 2.
      Error while building/deploying project InstaDL (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.9.0 for Android armv7))
      When executing step "Make"
      23:06:07: Elapsed time: 00:00.
      

      I have configured SDK, NDK and JDK successfully.
      What is the solution of this problem?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @no_ideaw Can you show your pro file?
      Also did you run qmake and rebuild your project after changing Kit to "Android for armeabi-v7a"?

      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