We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2503672 commit 99a8917Copy full SHA for 99a8917
build_demo_apk.cmd
@@ -12,8 +12,10 @@ rem ============================================================================
12
SET ProjectPath=%ScriptPath%
13
SET BuildCmd=%UnityBin% -quit -buildTarget android -batchmode -projectPath "%ProjectPath%"
14
15
+cd %ProjectPath%
16
+%BuildCmd% -executeMethod AndroidBuilder.BuildWithoutPatch
17
if not exist "%ProjectPath%\AndroidGradleProject\Test\src\main\bin\com.test.test.apk" (
- echo "Build Version1 Failed! Please Rerun %ProjectPath%\AndroidGradleProject\Test\src\main\build_apk.bat to check the error."
18
+ echo "Build Failed! Please Rerun %ProjectPath%\AndroidGradleProject\Test\src\main\build_apk.bat to check the error."
19
exit -1
20
)
21
0 commit comments