Android 공부/Android Error (7) 썸네일형 리스트형 Android m1 - m1 connecting to the emulator 현상 : 에뮬레이터에서 빌드를 하면 안되는 현상이 있었음. 안드로이드 스튜디오를 다시 설치하더라도 에뮬레이터가 빌드를 안 되었고, 다양한 방법 해결 방법 : 1. Prferences - tools - emulator 실행 2. Launch in a tool window 해제 환경설정이나 안드로이드 스튜디오가 꼬인 줄 알았는데, 그런게 아니라 버그인 듯 하다. Firestore Error - Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-javalite-3.11.0.jar (com.google.protobuf:protobuf-javalite:3.11.0) and jetified-protobuf-lite-3.0.1.jar (com.google.protobuf:protobuf-lite:3.0.1) 1. 에러 발생 : Cloud Firestore version을 21.5.0으로 변경하니, 해당 Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-javalite-3.11.0.jar (com.google.protobuf:protobuf-javalite:3.11.0) and jetified-protobuf-lite-3.0.1.jar (com.google.protobuf:protobuf-lite:3.0.1) 에러 발생. 2. 에러 내용 : Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobu.. Android RecyclerView-selection tracker java.lang.IllegalArgumentException Error 0. Summary 0-1. dependency androidx.recyclerview:recyclerview-selection:1.1.0-beta01 0-2. Logic val tracker = SelectionTracker.Builder( "ChoiceTimeTableTracker", rv_bottom_share_content, RecyclerViewIdKeyProvider(rv_bottom_share_content), ChoiceTimetableLookUp(rv_bottom_share_content), StorageStrategy.createLongStorage() ).withSelectionPredicate(SelectionPredicates.createSelectSingleAnything())... Fatal Exception: java.lang.IllegalStateException: activity must not be null 1. 에러 내용: Fatal Exception: java.lang.IllegalStateException: activity must not be null at hbs.com.timetablescreen.Fragment.CheckTimeFragment$onCreateView$1.onEvent(CheckTimeFragment.kt:90) at hbs.com.timetablescreen.Fragment.CheckTimeFragment$onCreateView$1.onEvent(CheckTimeFragment.kt:36) at com.google.firebase.firestore.DocumentReference.lambda$addSnapshotListenerInternal$2(com.google.firebase:.. java.lang.RuntimeException: cannot find implementation for hbs.com.timetablescreen.Utils.AppDataBase. AppDataBase_Impl does not exist 1. Error 내용: java.lang.RuntimeException: cannot find implementation for hbs.com.timetablescreen.Utils.AppDataBase. AppDataBase_Impl does not exist 2. Error 상황: Room을 사용하던 중에 빌드시에 저런 오류가 나왔습니다. 3. 해결책: 1kapt 'android.arch.persistence.room:compiler:1.1.1'cs 4. ???: databinding처럼 kapt에 compiler를 library로 추가해줘야 오류가 안났습니다. D/error: Only the original thread that created a view hierarchy can touch its views. 0. 오류 내용 D/error: Only the original thread that created a view hierarchy can touch its views. 1. 오류 원인 해당 오류는 메인스레드에서 UI 변경을 해주지 않아서 나는 오류라고 생각한다.예를 들면 Thread에서 UI 갱신을 해주기 위해서 이런 저런 코드를 사용하는 것과 같다. 2. 변경 전 코드 12345678910111213movieRetrofit.getSearch( clientId = getResourceString(R.string.naver_client_id), clientPw = getResourceString(R.string.naver_client_secret), type = "movie.json", query = se.. java.lang.IllegalStateException: Required DataBindingComponent is null in class ItemMovieBindingImpl. A BindingAdapter in hbs.com.boostcampmoviesearch.MovieVM is not static and requires an object to use, retrieved from the DataBindingComponent. If you d.. 1. Error Content : java.lang.IllegalStateException: Required DataBindingComponent is null in class ItemMovieBindingImpl. A BindingAdapter in hbs.com.boostcampmoviesearch.MovieVM is not static and requires an object to use, retrieved from the DataBindingComponent. If you don't use an inflation method taking a DataBindingComponent, use DataBindingUtil.setDefaultComponent or make all BindingAdapter.. 이전 1 다음