기존에 Unity 개발을 위해 SDK를 설치했는데, 안드로이드 개발이 필요해서 Eclipse 를 사용하려던 찰나 SDK Manager가 Eclipse에서 열리지 않는 문제가 발생

 

원인은 Android Studio에서 사용하는 SDK와 Eclipse 에서 사용하는 SDK 가 다른거기 때문이다;

 

버전이 달라서 구버전 SDK를 설치해서 써야함

 

https://stackoverflow.com/questions/42724450/failed-to-get-the-required-adt-version-number-from-the

 

Failed to get the required ADT version number from the

Yesterday I tried to install ADT plugin to Eclipse, but when I restarted it I found the next screen: When I click on "Open SDK Manager", I see something loading but after waiting it doesn't open

stackoverflow.com

 

그 외 경로문제도 있는 듯

http://egloos.zum.com/thegoodmen/v/6133033

 

Fail to get the required adt version number from the sdk

참조 : https://stackoverflow.com/questions/42724450/failed-to-get-the-required-adt-version-number-from-the 이클립스에 SDK를 연동하는 과정에서 이런 현상이 계속해서 발생한다.위와 같은 팝업이 발생하고,이렇게 SDK Manager가 실행되는듯 하다가 아무 창도 열리지가 않았

egloos.zum.com

 

또한, 버전 (현재 API 29 까지 나온 상태) 문제로 인해 sdk manager 로 설치되지 않은 라이브러리는 사용할 수 없음. 애초에 프로젝트 생성할 때 최소, 최대 SDK 를 모두 최신으로 맞춰놓고 시작해야 이런 성가신 문제가 안생김

https://yoonandro.tistory.com/6?category=903143

 

안드로이드 appcompat_v7

안드로이드 4.4(Android KitKat) 버전으로 프로젝트 생성 시 자동으로 appcompat_v7 이라는 프로젝트가 함께 생성됩니다. appcompat_v7를 삭제하면 프로젝트에 x 와 함께 오류가 발생하여 오류 수정하기도 참 귀찮..

yoonandro.tistory.com

 

한 가지 더, 이클립스에서 빌드 툴 버전은 25.0.3 까지만 허용된다. 그 위로는 오류 발생함..

https://m.blog.naver.com/PostView.nhn?blogId=kkson50&logNo=221208277244&proxyReferer=https%3A%2F%2Fwww.google.com%2F

 

[문제해결] Unable to build: the file dx.jar was not loaded from the SDK folder

에러현상Eclipse ADT에서 발생한 에러입니다. Failed to load d:\Android\sdk\build-tools\26.0.2\li...

blog.naver.com

https://triest.tistory.com/2

 

Unable to build: the file dx.jar was not loaded from the SDK folder! 오류 해결

안드로이드 스튜디오 3.0으로 업데이트 하면서 기존 이클립스에서 안드로이드 프로젝트 빌드를 하려고 하면 아래와 같은 오류가 발생한다. build-tools/26.0.2/dx.jar was not loaded from the SDK folder! dx.ja..

triest.tistory.com

 

 

[+] 추가

https://s2junn.tistory.com/84

 

맥(Mac) 에서 Eclipse 로 Android 개발하기

0 - 1. 아래 URL 을 참고하여 JDK 를 설치한다. http://s2junn.tistory.com/82 0 - 2. 아래 URL 을 참고하여 Eclipse 를 설치한다. http://s2junn.tistory.com/83 1. Eclipse 를 실행 후 Help - Install New Softw..

s2junn.tistory.com

 

 

+ Recent posts