Projects > cpp > Issues > Bug #4446

We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.

Create Issue on Github

The ndk-build in cocos2d-console should use -j1 as default

Bug #4446 [Closed]
zhangbin@cocos2d-x.org 2014-03-19 08:45 . Updated almost 11 years ago

Now there is a problem of ndk-build in cocos2d-console:
When use command cocos run -p android the ndk-build command is used like this:

running: 'C:\dev\android\ndk\ndk-build -j4 -C C:\dev\TestProject\proj.android -j1 ND
K_MODULE_PATH=C:\dev\TestProject\proj.android\../cocos2d;C:\dev\TestProject\proj.android
\../cocos2d/cocos;C:\dev\Cirote3\proj.android\../cocos2d/external'

The problem is : there are two parameters of -j. The first one is-j4, and the other one is-j1`.

The related post in forums : http://www.cocos2d-x.org/forums/6/topics/47758

zhangbin@cocos2d-x.org 2014-03-20 04:02
  • Status changed from New to Closed

Atom PDF

Status:Closed
Start date:2014-03-19
Priority:Normal
Due date:
Assignee:zhangbin@cocos2d-x.org
% Done:

0%

Category:android
Target version:3.0-rc1