Jetpack Compose에 대해 공부하는 중 아래 사진처럼 getValue, setValue 에러가 발생했다.이때 나는 rememverSaveable과 mutableStateOf를 사용해 변수를 설정해주려는데 해당 에러가 발생했고 에러 내용은 아래와 같다.Type
E/EGL_emulation: tid 30413: eglChooseConfig(956): error 0x3001 (EGL_NOT_INITIALIZED) 잘되던 에뮬레이터가 위 에러메세지를 띄우고 기동이 안된다. 처음엔 리소스 파일이 잘못된줄 알았는데 구글링을 하다가
The xml "" in xml has no declaration in the base xml folder; this can lead to crashes when the resource is queried in a configuration that does not ma
에러 MotionLayout의 setTransitionListener를 사용한 후 MotionLayout transitionToEnd()에 해당하지않거나 특정 UI가 안보이는 에러가 발생했다. UI가 안보일뿐만 아니라 해당 UI의 기능들도 작동하지않았다. 구현하고
java.lang.IllegalStateException: Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number. You