'ant'에 해당되는 글 1건

  1. 2010.01.27 android 프로젝트에서 ant 빌드에러시 대처법
IT2010. 1. 27. 15:06

$ ant debug

.....

BUILD FAILED
/home/****/proj/android/****/build.xml:49: taskdef class com.android.ant.SetupTask cannot be found

Total time: 0 seconds

위와 같은 에러가 발생하면 프로젝트를 업데이트 해본다.

$ android update project --path ./ --target 3
Updated default.properties
Updated local.properties

위의 예는 id3(Android 1.6)인 경우.

target id를 확인하고 싶은 경우는

android list targets




Posted by 신라