I am having problem in compiling my cocos2d project in VS. The project I am on is only for Android so I don’t have pretty much care with other platforms. I can run my project from the Eclipse IDE. But the problem is I need to debug and set up break points in my code. Unfortunately, googling yields me this is a huge hassle in Eclipse and I don’t want to go to such heights to accomplish such a trivial task. I wanted to debug my application and decided this could be best done in VS. I have android specific code and my project won’t compile since it can’t find where the <jni.h> is from. My best guess is to include references in the project properties but I don’t know where to start.
How can I fix this for project in Visual Studio? Win32 specifically. Please do not suggest to use Nvidia NDK debugger. “I DON’T HAVE TIME” to set up such laborious task to watch boolean value whether it false out.
I will appreciate quick responses. Thank you!