Cannot compile HelloCpp for Android on Windows

Hi,

When I try to compile and run the HelloCpp project Eclipse says:
Program “bash” is not found in PATH

EDIT: I’ve installed Cygwin and I get some include errors and undefined references.

I’ve fixed the #include “android/assets_manager.h” in cocos2dx’s Android.mk, but then I get undefined reference to ‘AAssetManager_open’ and others like ‘AAsset_close’…

Is the prealpha0 working for Android in Windows?

Try adding this in Eclipse
Window > Preferences > C/C++ > Build > Environment
Add a PATH variable with a value of the directory of your cygwin\bin

Mine is C:

I’m using the 2.1.4 version but the latest release should still work under Windows.

Hope this helps…