how can compile , run android application using batch file , not other ide? possible do? , if possible, can teach me how make batch file? don't have idea it, know how run id using eclipse ide. thank you. from android doc , i'll add debug mode: debug mode for immediate application testing , debugging, can build application in debug mode , install on emulator. in debug mode, build tools automatically sign application debug key , optimize package zipalign. to build in debug mode: open command-line , navigate root of project directory. use ant compile project in debug mode: ant debug creates debug .apk file inside project bin/ directory, named -debug.apk. file signed debug key , has been aligned zipalign. each time change source file or resource, must run ant again in order package latest version of application. to install , run application on emulator, see following section running on emulator. how run befor...