Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Error : androiddeployqt.exe exited with code 14

    Mobile and Embedded
    deployment android code 14
    2
    2
    4198
    Loading More Posts
    • 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.
    • A
      alirezatkh2 last edited by

      Hi every body.
      I want to make my first Android App with QT but I got error in deploying that is:
      androiddeployqt.exe exited with code 14.
      I'm using windows 7 x64 and installed Qt 5.3.2 (MSVC 2010, 32 bit)
      I didn't use space in android requirement's paths
      the paths are:
      F:\QT-Setup-Files\Android-Setup-Needs\Java\jdk1.7.0_51
      F:\QT-Setup-Files\Android-Setup-Needs\android-sdk-windows
      F:\QT-Setup-Files\Android-Setup-Needs\android-ndk-r10
      F:\QT-Setup-Files\Android-Setup-Needs\apache-ant-1.9.4\bin\ant.bat
      I made a qt widgets application and chose mingw and android for kits then ran it without any changing but the code 14 error is appeared in both real and virtual devices
      please help me...
      thank you

      1 Reply Last reply Reply Quote 0
      • L
        lqsa last edited by

        It's something related to the android sdk used.

        On Projects, Build Android APK, change the Android build SDK with another newer.

        For example, it gives me the same error and after change it from android-16 to android-21 it works.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post