마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

이클립스시작할때 뜨는데 어떤에러인가요?

0 추천

이클립스시작할때 뜨는데 어떤에러인가요?

한참을 헤메고있습니다

참참참 (3,100 포인트) 님이 2015년 12월 7일 질문

1개의 답변

+1 추천
 
채택된 답변

Source: http://stackoverflow.com/questions/30439524/error-loading-the-sdk-when-eclipse-is-started

 

The solution to above problem is to just delete(uninstall) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) if it's installed. (No need to uninstall whole 5.1.1 package). May be there is some eclipse bug with this package.

Finally restart eclipse to see your changes.

Edit: If the problem still exists, try removing other Android Wear package also (i.e Android Wear Intel x86 Atom System Image) as suggested by @Abhishek in comments below.

 

COMMENT
I was still getting the error after deleting 'Android Wear ARM EABI v7a system image'. Then I deleted 'Android Wear Intel x86 Atom System Image' under Android 5.1.1 (API 22) and finally all errors disappeared :) – Abhishek May 27 at 5:56

 

익명사용자 님이 2015년 12월 7일 답변
참참참님이 2015년 12월 7일 채택됨
이문제는 해결되었습니다
감사합니다
...