
A - Create and run Project
First, create a new project named HelloWorld using cmd
Run/cmd
>cocos new HelloWorld -p com.vn.HelloWorld -l cpp - d E:/android/myproject
Wait for 5 minutes to create new Project...
It's done. Go to new project in the following path
E:/android/myproject/helloworld
You can see the folder structure as follow:
Classes <- The most important, contains cpp or lua upon to your...