안녕하세요. 왕초보 개발자입니다. ㅠㅠ 

지금 프로젝트 하나를 진행중인데요. 아무것도 모르는 상태에서 하려고하니, 처음부터 막 막히고 오래걸리네요 ㅠㅠ 

아시는 것이 있다면 조금이라도 괜찮으니 조언 부탁드려요!


개발환경 , 우분투 입니다.


ant를 이용해서 android update 를 진행 하려고했습니다.


그런데 다음과 같은 오류가 발생하였습니다.


build.xml:46: sdk.dir is missing. Make sure to generate local.properties using 'android update project'


입니다. 

혹시나 local.properies 를 수정해야되는것인지 하여


열어보니


# This file is automatically generated by Android Tools.

# Do not modify this file -- YOUR CHANGES WILL BE ERASED!

#

# This file must be checked in Version Control Systems.

#

# To customize properties used by the Ant build system use,

# "ant.properties", and override values to adapt the script to your

# project structure.


android.library.reference.1=../client/

android.library.reference.2=../service/

android.library.reference.3=../../libraries/utils/

# Project target.

target=android-16


이라고 써있었고 맨 아래 target=android-16 이 부분을 sdk 4.1이 설치된 폴더

target=/omg/android-sdk-linux/platforms/android-16/ 으로 변경하였는데도

안됩니다.


혹시 해결방법 아시는 분 있으면 알려주세요