You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix run on ios simulator error on xcode9
* add i386 to valid archs
* cmd support cmake build for android
* cocos cmd didn't support android-cmake yet
* remove useless android-studio option
* fix a typo error
* adapt linux cmake build path
* adapt linux cmake result dir
* adapt lua cmake file dir
* improve var name mode(debug/release)
type(ndk-build/none)
* improve var name, arch(i386 x64 arm64...)
* update method of run simulator for xcode9
Copy file name to clipboardExpand all lines: bin/strings.json
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,10 @@
136
136
"COMPILE_ARG_OUTPUT" : "Specify the output directory.",
137
137
"COMPILE_ARG_GROUP_ANDROID" : "Android Options",
138
138
"COMPILE_ARG_AP" : "Specify the Android platform used for building Android apk.",
139
-
"COMPILE_ARG_NDK_MODE" : "Set the compiling mode of ndk-build, should be debug|release|none, native code will not be compiled when the value is none. Default is same value with '-m'.",
139
+
"COMPILE_ARG_BUILD_TYPE" : "Set the compiling type of native code, should be ndk-build|none, default is ndk-build. Native code will not be compiled when the value is none.",
140
140
"COMPILE_ARG_APP_ABI" : "Set the APP_ABI of ndk-build.Can be multi value separated with ':'. Sample : --app-abi armeabi:x86:mips. Default value is 'armeabi'.",
141
141
"COMPILE_ARG_TOOLCHAIN" : "Specify the NDK_TOOLCHAIN of ndk-build.",
142
142
"COMPILE_ARG_CPPFLAGS" : "Specify the APP_CPPFLAGS of ndk-build.",
143
-
"COMPILE_ARG_STUDIO" : "Use the Android Studio project for Android platform.",
144
143
"COMPILE_ARG_NO_APK" : "Not generate the apk file.",
145
144
"COMPILE_ARG_GROUP_WIN" : "Windows Options",
146
145
"COMPILE_ARG_VS" : "Specify the Visual Studio version will be used. Such as: 2013. Default find available version automatically.",
@@ -179,7 +178,7 @@
179
178
"COMPILE_INFO_REQUIRED_VS_FMT" : "Required VS version : %s",
180
179
"COMPILE_INFO_USE_COCOAPODS" : "CocoaPods detected: use xcworkspace for build",
181
180
"COMPILE_ERROR_WRONG_MODE_FMT" : "Value of '-m' should be one of %s.",
182
-
"COMPILE_ERROR_WRONG_NDK_MODE_FMT" : "Value of '--ndk-mode' should be one of %s.",
181
+
"COMPILE_ERROR_WRONG_BUILD_TYPE_FMT" : "Value of '--build-type' should be one of %s.",
183
182
"COMPILE_ERROR_WRONG_VS_VER_FMT" : "VS %d is not supported.",
184
183
"COMPILE_ERROR_LOW_VS_VER" : "Version of VS is too low.",
185
184
"COMPILE_ERROR_MSDBUILD_NOT_FOUND" : "MSBuild is not found.",
@@ -215,7 +214,7 @@
215
214
"COMPILE_WARNING_COMPILE_SDK_FMT" : "The value of compileSdkVersion is %s in file build.gradle, but %s is not found.",
216
215
"COMPILE_WARNING_BUILD_TOOLS_FMT" : "The value of buildToolsVersion is %s in file build.gradle, but %s is not found.",
0 commit comments