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)’ 패키지를 설치해서 해결 했다.
'프로그램' 카테고리의 다른 글
[Eclipse] war 파일 export 시에 .svn 제외시키는 방법 (0) | 2013.11.16 |
---|---|
[PhoneGap] Plugin 에서 핸드폰 번호 가져오기 (0) | 2013.11.14 |
[Sencha Touch 2] View 클래스 정의 및 호출 방법 (0) | 2013.11.14 |
[Javascript] 10보다 작으면 앞에 0붙이기 (0) | 2013.11.14 |
[Javascript] Window 객체 (0) | 2013.11.14 |