python create_project.py -p NewGame -k com.test.NewGame -l cpp
我们在终端创建项目,那个NewGame是包名,那com.test.NewGame是bundle id吗,还是什么?我进入项目中,都是helloCpp的,是不是我们com.test.NewGame这里填什么都无所谓?求大神解答下,刚接触2dx
那个是包名,移植到Android的时候你就会看到的啦……
哦哦,那就是ios下是看不到的是吧,我还以为没啥用呢
python create_project.py -p NewGame -k com.test.NewGame -l cpp
我们在终端创建项目,那个NewGame是包名,那com.test.NewGame是bundle id吗,还是什么?我进入项目中,都是helloCpp的,是不是我们com.test.NewGame这里填什么都无所谓?求大神解答下,刚接触2dx
那个是包名,移植到Android的时候你就会看到的啦……
哦哦,那就是ios下是看不到的是吧,我还以为没啥用呢