Eclipse
(Eclipse) 오류 : No resource found that matches the given name
SAFE
2016. 4. 29. 12:43
이클립스로 안드로이드 어플 만들려고 하다가 RUN누르면 아래와 같이
No resource found that matches the given name
Error: String types not allowed
출처 :
http://vallista.tistory.com/entry/Unity3D-Android-jar-%ED%8C%8C%EC%9D%BC-%EB%BD%91%EC%9D%84%EB%95%8C-%EC%97%90%EB%9F%AC-%EB%82%A0-%EB%95%8C-Error-String-types-not-allowed-at-configChanges
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="22" /> ?
여기의 min Version을 올려주면 된다.
>> 안하고도 되었는데 있다가 해보기. >> 무시하면서 되긴함. 코드만 제대로 쓰면.