병홍 2013. 3. 8. 10:42

Ant

 

Download and Setting

1. http://ant.apache.org/bindownload.cgi

2. Add bin Path

3. > ant

 

if some error likes

"ant expected to find tools.jar"

Add JAVA_HOME and path

 

ANDROID_HOME

 

Build

1. change directory to project

2. android update project -t android-16 -p .

3. made build.xml

4. ant debug