336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
이클립스로 안드로이드 어플 만들려고 하다가 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을 올려주면 된다.
>> 안하고도 되었는데 있다가 해보기. >> 무시하면서 되긴함. 코드만 제대로 쓰면.
'Eclipse' 카테고리의 다른 글
(Eclipse) google-play-services_lib 오류 Error retrieving parent for item (0) | 2016.04.29 |
---|---|
(Eclipse) R.java에러 중 일부해결 - clean 사용 (0) | 2016.04.29 |
(Eclipse) 안드로이드 SDK 버전 바꾸기 (0) | 2016.04.29 |
(오류) Invalid layout of java.lang.String at value (0) | 2016.04.29 |
(Eclipse) 오류 : d:skin요소로 시작하는 부적합한 콘텐츠가 발견되었습니다. (0) | 2016.04.29 |