
Now, let's start. Create a new Project named Menu as follow, using cmd
>cocos new menu -p com.vn.menu -l cpp -d f:android/project
After new Project is created, you should run this command
>cocos compile -s f:android/project/menu -p win32
This is the first compile, purpose is linking to libraries in Engine. The first time to compile is so long. The next compile will be much faster because we only change some in Class and Resource.
Step...