Android Studio에서 난 에러... Error retrieving parent for item: No resource found that matches the given nameAndroid/Android Studio 개발환경2015. 9. 3. 21:10
Table of Contents
반응형
아무생각없이 안드로이드 스튜디오를 새로 설치하고 4.0.3버전으로 프로젝트를 생성했는데 아래와 같은 에러가 났습니다. 구글링을 해본 결과 appcompat-v7 버전을 이전 걸로 적어주면 문제없이 된다는 군요.. ( https://code.google.com/p/android/issues/detail?id=183122 )
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
왼쪽에서 build.grade( Module:app)을 선택한 후.. dependencies에서 아래 한줄을 수정한 결과입니다.
compile 'com.android.support:appcompat-v7:22.2.1'
반응형
'Android > Android Studio 개발환경' 카테고리의 다른 글
Unity 5 설치 및 Android 앱 빌드 가능하도록 설정하기 - 간단한 예제를 만들어 태스트 (0) | 2016.07.09 |
---|---|
genymotion 2.7.2 설치후 libstdc++.so.6 오류 발생시 해결방법 (0) | 2016.07.08 |
Ubuntu에서 adb 사용하여 안드로이드폰 인식 시키기 (0) | 2015.10.16 |
Failed to resolve: com.android.support:appcompat-v7:15.+ (1) | 2015.10.14 |
Error:com.android.support:appcompat-v7:19.+ (0) | 2014.08.10 |