Which NDK version should be used for the Android target?

About Monkey 2 Forums Monkey 2 Development Which NDK version should be used for the Android target?

This topic contains 2 replies, has 2 voices, and was last updated by  Amon 1 year, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8807

    Amon
    Participant

    Greetings, fellas…

    As the title states, which NDK version should be used for the Android Target?

     

    I’m getting path issues with the most common error being a ndk-build not being recognized as a valid command. I’ve tried several times to fix it with various different supposed solutions but none have worked.

     

    Any assistance is welcomed and thanked for…

    #8854

    Mark Sibly
    Keymaster

    You first need to install the NDK from android studio, and then make sure monkey2 can ‘see’ it, either by adding the dir ndk-build is in to your PATH, or modifing this line in bin\env_windows.txt

    PATH=D:\devtools\Android\sdk\ndk-bundle;${PATH}

    #8861

    Amon
    Participant

    Done and working.

    My mistake was not allowing AndroidStudio to handle it all. i.e installation of NDK and SDK’s for the various flavors of the Android OS.

    Thank you, Mark.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.