본문 바로가기
프로그램

[Appspresso] Unable to resolve target ‘android-7′ 오류

by 로드러너 2013. 11. 14.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

BUILD FAILED

D:\Appspresso1.1.1\plugins\com.appspresso.cli_1.0.0.201205071744\axhome\build-axp.xml:290: The following error occurred while executing this line:

D:\Appspresso1.1.1\plugins\com.appspresso.cli_1.0.0.201205071744\axhome\platforms\android\build-axp.xml:82: The following error occurred while executing this line:

d:\Appspresso1.1.1\android-sdk-windows\tools\ant\build.xml:470: Unable to resolve target ‘android-7′

 

 

적절한 Android SDK 버전이 설치되지 않은 상태에서 PDK를 이용해서 프로그래밍을 하다보면 위와 같은 오류가 발생한다. Android SDK Manager 를 이용해서 적절한 패키지를 설치해 주고 빌드하면 오류 없이 진행되는 것을 볼 수 있다.

위의 오류는 ‘Android 2.1 (API 7)’ 패키지를 설치해서 해결 했다.