I fetch a project from Windows to my local Mac environment.
You see there, under the Gradle Script, the local.properties:
ndk.dir=D\:\\sdk\\ndk-bundle
sdk.dir=/Users/lisa/software/android-sdk-macosx
you see there has the ndk.dir and sdk.dir, the latter is my new Mac SDK path, but the ndk.dir did not change now. from the D\:\\sdk\\ndk-bundle, whether we know the ndk-bundle should be under the sdk path(/Users/lisa/software/android-sdk-macosx)?
but in the /Users/lisa/software/android-sdk-macosx, there is no that directory:
lisa-MacBook-Pro:android-sdk-macosx ldl$ pwd
/Users/lisa/software/android-sdk-macosx
lisa-MacBook-Pro:android-sdk-macosx ldl$ ls
SDK Readme.txt build-tools platforms sources temp
add-ons platform-tools skins system-images tools
Whether I should create the /Users/lisa/software/android-sdk-macosx/ndk-bundle? and set ndk.dir?
can I set the ndk.dir anywhere, such as out the sdk.dir path?

