Android 썸네일형 리스트형 android error Error:Error: 'I' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore 위와 같은 에러가 뜬다면 res 아래 layout 아래 xml 파일 이름에 대문자 'I' 가 들어가 있기 때문에 뜨는 에러 이다. xml의 이름에 대문자를 없애자. 그러면 해결 된다. 더보기 이전 1 2 다음