make build from Eclipse

Hello,
I am able to build project from cygwin build_native.sh but not able to build it in Eclipse…
When i build code in Eclipse i get error like this

make: * No rule to make target `all’. Stop.

I have convert project to C/C++ but not working…
If anybody know the issue then please help…

On Eclipse, right-click your project in the Package Explorer and select Properties. Select C/C++ Build on the left side of the window that pops up. under Builder, untick ’Use default build command and type in:

bash ${workspace_loc:/<YOUR-PROJECT-NAME>}/build_native.sh NDK_DEBUG=1 V=1

YOUR-PROJECT-NAME must be replaced by your Eclipse project name. The WHOLE project name, if it includes reverse domain names like mine, for example, com.LanceDev.Trials

Note This procedure is tested on Mac. I am not sure if it will work on Windows but it’s worth a shot. Hope this helps.

Yes you are right…This way is working on Mac…I have also tested it on Mac…
But in windows its not working proper. There seems to be some path problem with workspace_loc…

I am getting path in console like this…
bash “E:cocos2dx20Balanceproj.android/build_native.sh” NDK_DEBUG=1 V=1 clean