The ndk-build tool is found within the NDK tools directory.
ndk - build工具就在ndk工具目录中。
On subsequent compiles, you can make sure everything is recompiled if you use the "ndk-build clean" command.
在之后的编译中,如果你使用“ndk - build clean”命令,那么你可以确保所有的东西都被重新编译了。
From the command line (Windows users, you'll want to do this within Cygwin), you'll need to run the ndk-build command from the root directory of your project.
在命令行下(Windows用户在cygwin下),你需要在你的项目的根目录下运行ndk - build命令。
应用推荐