I have download cocos2dx 2.0.4(2012-11-02) and create project by running bat file for Android,, but there is no files generate inside the src\org\cocos2dx?
I have issue with version 2.0.3 also.
Can anyone help to resolve the issue.
http://www.cocos2d-x.org/boards/6/topics/18007?r=18048#message-18048
OS: Windows 7(32 bit)
Platform : Android
Thank you.
They build the cocos2d-x java code separately. You need to create android project using existing source (same as when you do it for your project in eclipse) using the platform/android/java folder , then add this project as a library project of your own project.