Closed aismann closed 7 months ago
org.axmol.hello-cpp will converted to 'org.axmol.hello_cpp' <<<<< is the '-' a problem anywhere?
<<<<< 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.
axmol new -p org.axmol.hello-cpp -d path -l cpp hello-cpp
Warning: package name was converted to 'org.axmol.hello_cpp'!
android package name require _, so converted. there is no problem, just a recommend don't use - for packageName
_
-
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.