Agung Pratama
Agung Pratama

Reputation: 3794

How to create .apk from HelloWorld sample of Cocos2dx?

I am using Windows 7 x64, cygwin, Eclipse Juno cpp, jre6, android ndk r8b, latest cocos2dx for windows. I have tried this tutorial link. http://www.cnblogs.com/ybgame/archive/2012/06/07/2540693.html

I have overcome the error. But unfortunately, the Eclipse builder don't generate the .apk file. The console's output is here: enter image description here

Notice that, there is no "make" command called. This is different from the tutorial link above, where the last part of tutorial, the console's output is showing the make command called.

Upvotes: 1

Views: 3760

Answers (2)

srikanth chitturi
srikanth chitturi

Reputation: 116

compile the project in msys or cygwin and then import/ create project from source and give a name. click on the run button.you will notice the project run on emulator all is set . good luck.

Upvotes: 0

m.ding
m.ding

Reputation: 3182

right click on your Eclipse Project -> Android Tools-> Export signed (or unsigned) Application Package

Upvotes: 1

Related Questions