본문 바로가기
반응형

Error11

Firebase Could not deserialize object error Could not deserialize object. Class ~~~~~ does not define a no-argument constructor. If you are using ProGuard, make sure these constructors are not stripped 위와 같은 오류가 날 때 data class를 조금만 변경해주면 쉽게 오류를 해결할 수 있습니다! 이런식으로 constructor을 붙여주시면 쉽게 오류가 해결됩니다! 2021. 11. 19.
error: [ComponentProcessor:MiscError] dagger.internal.codegen.ComponentProcessor was unable to process this class because not all of its dependencies could be resolved. 이 에러는 activity 또는 fragment의 패키지명이 누락되 있어 hilt가 파일을 찾지못해 만들지 못 했을수 있습니다. 한번 패키지명을 확인해 보시는걸 추천드립니다 2021. 9. 25.
파이어베이스 연동 오류 : Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync 이런 경고창이 뜨면서 연동이 안된다면 정말 쉽게 고칠수 있다 build.gradle에 가서 jCenter() 을 삭제해주시고 싱크해주신뒤 다시 해보면 정상적으로 연동되는것을 보실수 있습니다 2021. 6. 14.
Android Studio 에뮬레이터 실행이 안될때 전에는 잘되던 실행이 어느 순간에 계속해서 무한 로딩만 될뿐 실행이 안될때가 있습니다. 그럴때의 해결방법은 아래와 같습니다 AVD Manager 클릭 자신이 쓰는 휴대폰 오른쪽 아래화살표 클릭 Wipe Data 클릭 모두 완료하시면 에뮬레이터가 초기화 되고 정상적으로 실행되는것을 보실수가 있습니다 2021. 5. 6.
반응형