how to generate apk file using a command line?
问题 please tell me how to build apk files of a project without the use of ECLIPSE ide. i found some infos about using a batch file but i don't know how to remake it. echo on SET PREV_PATH=%CD% cd /d %0\.. REM Clear bin folder rmdir "bin" /S /Q rmdir "gen" /S /Q mkdir "bin" || goto EXIT mkdir "gen" || goto EXIT REM Set your application name SET APP_NAME=SecureSms REM Define minimal Android revision SET ANDROID_REV=android-8 REM Define aapt add command SET ANDROID_AAPT_ADD="%ANDROID-SDK%\platforms\