Windows build scripts for Android are updated for SDK r14 and newer

This commit is contained in:
Andrey Kamaev
2012-02-24 09:39:28 +00:00
parent 01b986ef32
commit 228b87250a
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ ECHO. & ECHO Updating Android project...
:: compile java part
ECHO. & ECHO Compiling Android project...
(CALL "%ANT_DIR%\bin\ant" compile) || (ECHO. & ECHO failed to compile android project & GOTO end)
(CALL "%ANT_DIR%\bin\ant" debug) || (ECHO. & ECHO failed to compile android project & GOTO end)
:end
POPD