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 : プロジェクトを作成するディレクトリのパス
Go to list of users who liked
More than 5 years have passed since last update.
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 : プロジェクトを作成するディレクトリのパス
Register as a new user and use Qiita more conveniently
Go to list of users who liked