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. [solved] Qt 5.2.1 android app build error : Files\Android\android-ndk-r9c/platforms/android-9/arch-arm/: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

[solved] Qt 5.2.1 android app build error : Files\Android\android-ndk-r9c/platforms/android-9/arch-arm/: No such file or directory

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.9k 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.
  • M Offline
    M Offline
    mankonit
    wrote on last edited by
    #1

    Hi all

    Trying for the fisrt time to build and run an app on an android simulator, i'm facing folowing error from the compiler :

    error: Files\Android\android-ndk-r9c/platforms/android-9/arch-arm/: No such file or directory

    I'm building on windows 7, with mingw. My qt version is 5.2.1. Apparently the compiler is looking for some files in this special path, which is not correct. I did not manage to find where to configure it.

    Does anyone have an idea ?
    Thanks in advance for your help,
    regards
    MK

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mankonit
      wrote on last edited by
      #2

      Solved.
      just don't install the NDK in a "program file" sub directory. The "space" character is not managed.

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

        Hi and welcome to devnet,

        Indeed, spaces in path while developing on windows is a recurrent problem. You should avoid them as much as possible or use the 8.3 notation.

        Since you have it working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)

        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