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]
Now the issue is that when i give the command "./ndkgdb.sh" through cygwin terminal, it gives me the error that the awk file is not found.
To my understanding It is finding it at the wrong path. It is trying to find the awk file from within the Project folder while the awk files are placed inside the ndk folders.
Where am I doing wrong? Your anticipated help is highly appreciated. Thanks
Edited:
My test project is placed at the following path
D:\Android\Cocos2dx\cocos2d-x-3.5\cocos2d-x-3.5\tests\cpp-empty-test
and the awk file is available here
D:\Android\Cocos2dx\android-ndk-r10d-windows-x86\android-ndk-r10d\build\awk
awk: fatal cannot find source file at
cygwin/D:\Android\Cocos2dx\cocos2d-x-3.5\cocos2d-x-3.5\tests\cpp-empty-test\proj.android\D:\Android\Cocos2dx\android-ndk-r10d-windows-x86\android-ndk-r10d