Android NDK Default location

前端 未结 9 1484
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 01:34

I am used to previous versions of NDK builds which came in zip format. I downloaded the recent r10 version for windows which had a .exe version. The exe version is

9条回答
  •  悲&欢浪女
    2021-02-05 01:42

    The latest version extracts itself inside the current working directory. So if you launched it from the explorer, that's the same directory as your .exe.

    You should find an android-ndk-rXXX folder there. Otherwise that means it wasn't extracted.

    It's always better to use the latest NDK, there are many bug fixes and improvements with each releases... You can open the .exe as an archive with 7zip, and extract it somewhere else if you need, or launch the .exe from a terminal set where you want to have it extracted.

提交回复
热议问题