듀토리얼

    [Android] android.R.styleable cannot be resolved 오류

    [Android] android.R.styleable cannot be resolved 오류

    한 참 http://developer.android.com/guide/tutorials/views/hello-gallery.html 따라해보고 있는데 오류메시지.. 해결 방법은.. 1. 프로젝트/res/values 의 strings.xml 이나 새로 attrs만 관리하는 xml 하나를 만들어서 아래와 같이 내용을 넣어준다. 2. java파일에 아래와 같이 수정한다. //TypedArray a = obtainStyledAttributes(android.R.styleable.Theme); //mGalleryItemBackground = a.getResourceId(android.R.styleable.Theme_galleryItemBackground, 0); TypedArray a = ((Activity)c)..