Awk file not found when Setting Up Cococ2dx-3.5 environment on Windows 7
问题 I am trying to setup cocos2dx-3.5 environment on Windows 7. Following are my values for the environment variables NDK_ROOT = D:\Android\Cocos2dx\android-ndk-r10d-windows-x86\android-ndk-r10d SDK_ROOT = D:\Android\android-sdk I didnt set ANDROID_NDK_ROOT environment variable as the tutorial that I followed did not set it. [ However if I set it the same value as NDK_ROOT, I get the error that ANDROID_NDK_ROOT variable does not point to the directory] I am testing cpp-empty-test project [android