이클립스에서 작업한 프로젝트를 그냥 export하고 안드로이드 스튜디오에서 쓸려고 import를 했습니다
Hello 라는 프로젝트를 import 했더니 라이브러리들 까지 다 같이 와서 그냥 바로 아무 문제없이 실행될줄 알았는데 라이브러리 오픈소스들에서 에러가 나는데 찾을수가 없습니다.
C\Hello\DrawingTool\build\intermediates\exploded-aar\com.google.android.gms\play-services-wallet\8.1.0\res\values\wallet_colors.xml 이라는 만들지도 않은 build 폴더에 없던 파일까지 생겨서 에러가 나는데 Error:(2) Attribute "titleTextStyle" has already been defined 등등 생성하지 않은 파일에서 에러가 납니다
C\Hello\DrawingTool\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v21\values-v21.xml 에서는
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Inverse'. 이러한 에러들이 나오는데
이클립스 프로젝트에선 셜록바를 사용했는데 셜록바에서 나는 에러인가요 ??
어떻게 해결해야 할지 잘 모르겠습니다 뭐가 문제인걸까요 ??