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

이클립스 안드로이드 theme.appcompat.~ 오류 도와주세요ㅠㅠ

0 추천

[2017-01-04 16:53:29 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-01-04 16:53:29 - HelloAndroid]
[2017-01-04 16:53:29 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-01-04 16:53:29 - HelloAndroid]
[2017-01-04 16:53:29 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2017-01-04 16:53:29 - HelloAndroid]
[2017-01-04 16:53:30 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-01-04 16:53:30 - HelloAndroid]
[2017-01-04 16:53:30 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-01-04 16:53:30 - HelloAndroid]
[2017-01-04 16:53:30 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2017-01-04 16:53:30 - HelloAndroid]
[2017-01-04 16:53:32 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-01-04 16:53:32 - HelloAndroid]
[2017-01-04 16:53:32 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-01-04 16:53:32 - HelloAndroid]
[2017-01-04 16:53:32 - HelloAndroid] C:\Users\workspace\HelloAndroid\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2017-01-04 16:53:32 - HelloAndroid]

 

프로젝트 생성시 이런 오류가 뜹니다.

찾아보니, 파일에 'Theme.AppCompat.로 시작하는 resource 가 없어서 에러가 나니, 리소스를 추가하라는데

리소스는 어떻게 추가하나요?

라이브러리 프로젝트도 같이 임포트하라고 하는데

project에서 properties-android-library-add부분에 아무것도 안뜹니다. 도와주세요ㅠㅠ

 

추가적으로 problems을 보면,

actionbaractivity cannot be resolved to a type.

R cannot be resolved to a bariable.

The import android.support cannot be resolved.

the method getmenuinflater() is undefined for the type mainactivity.

the method oncreate of type mainactivity must override or implement a supertype method.

the method oncreateoptionsmenu of type mainactivity must override or implement a supertype method.

the method onoptionsitemselected of type mainactivity must override or implement a supertype method.

이런 오류도 java파일에서 뜹니다. 제발 도와주세요ㅠㅠ 3일동안 sdk파일 삭제했다가 다시 깔았다가했어요.

이클립스와 자바는 문제가 없는 것 같아요.

이클립스에서 자바 프로젝트 생성하고 클래스 생성해서 sysout해보니 console에 잘 나와요.

제발 도와주세요ㅠㅠ

님이 2017년 1월 4일 질문

3개의 답변

0 추천

안녕하세요

Theme.AppCompat << 롤리팝부터 제공하는건데 이클립스에서도 가능하지만... 이상하네요;

이제는 이클립스 쓰지마시고 안드로이드 스튜디오 쓰세요!

더이상 구글에서 플러그인 제공 안합니다!

수고하세요!

히로시 (10,800 포인트) 님이 2017년 1월 4일 답변
그래야겠어요ㅠㅠ 안드로이드 스튜디오 사용하구있습니다! 근데 너무 어렵네요ㅠㅠ
다른분들도 너무 감사합니다ㅠㅠ
0 추천
정확히는 모르겠지만..

다음을 한번 해보시기 바랍니다.

 

1. 좌측 "Package Explorer"에서 해당 프로젝트 우클릭

2. 하단 (제꺼는 5번째)에서 "Android Tools" > "Add Spport Lbrary..."

 

저도 같은 현상이었는데.. 구글에서 찾아보면서 이것저것 하다보니 해결됐던것같습니다...
nkSong (1,000 포인트) 님이 2017년 1월 4일 답변
진짜너무 감사합니다...
0 추천
안드로이드 서포트 라이브러리를 import해주시기 바랍니당
익명사용자 님이 2017년 1월 5일 답변
...