안녕하세요. 왕초보 개발자입니다. ㅠㅠ
지금 프로젝트 하나를 진행중인데요. 아무것도 모르는 상태에서 하려고하니, 처음부터 막 막히고 오래걸리네요 ㅠㅠ
아시는 것이 있다면 조금이라도 괜찮으니 조언 부탁드려요!
개발환경 , 우분투 입니다.
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/ 으로 변경하였는데도
안됩니다.
혹시 해결방법 아시는 분 있으면 알려주세요




쉘스크립트에 android-sdk 홈폴더가 안잡혀있을수도 있겠네요....auto install 하면 대부분 자동으로 잡아지는데
일단, project rebuild해보시고 그래도 안되면, shell script 확인해보시길 바랍니다. 수정하시고 스크립트 재가동은 필수.