LoginSignup
6
5

More than 5 years have passed since last update.

cocos2dx 3.0 プロジェクト作成コマンド

Last updated at Posted at 2014-06-25

3.0から追加されたcocosコマンドの使い方。
ふつーに忘れるのでメモ。

参考URL:http://blog.syuhari.jp/archives/2626

$ cocos new HogeGame -p com.HogeGame -l cpp -d ~/

引数はそれぞれ下記になります。

new : HogeGame がプロジェクト名
-p : Android のパッケージ名
-l : 言語、cpp lua js を指定可能
-d : プロジェクトを作成するディレクトリのパス

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5