axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
922 stars 205 forks source link

axmol new -p org.axmol.hello-cpp -d <path>\ -l cpp hello-cpp changing packageName to: org.axmol.hello_cpp #1767

Closed aismann closed 7 months ago

aismann commented 7 months ago

org.axmol.hello-cpp will converted to 'org.axmol.hello_cpp' <<<<< is the '-' a problem anywhere?

axmol new -p org.axmol.hello-cpp -d path -l cpp hello-cpp Output: axmol: Warning: package name was converted to 'org.axmol.hello_cpp'! axmol: Creating project hello-cpp ... axmol: ==> packageName: org.axmol.hello_cpp axmol: ==> destinationPath: C:\Users\eismpesd__eis\hello-cpp axmol: ==> lang: cpp axmol: ==> is_portrait: False axmol: Create project hello-cpp done.

halx99 commented 7 months ago

android package name require _, so converted. there is no problem, just a recommend don't use - for packageName