강의

멘토링

커뮤니티

Inflearn Community Q&A

sinjy02112933's profile image
sinjy02112933

asked

[Beginner Level] Learn Android Kotlin by Building 8 Apps

Load bookmark information from the database

오류

Written on

·

226

0

코드 똑같이 따라했는데 오류가 뜹니다.검색해본결과 메서드 제한수를 넘어서 그렇다는데 어떻게 하면 해결될까요

kotlinfirebaseandroid

Answer 2

3

bokchi님의 프로필 이미지
bokchi
Instructor

https://velog.io/@jojo_devstory/Android-Cannot-fit-requested-classes-in-a-single-dex-file-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95-%EB%B0%8F-%EC%9B%90%EC%9D%B8-%EB%B6%84%EC%84%9D

gradle 파일에 아래 색칠된 부분 추가해주세요 :)

0

sinjy02112933님의 프로필 이미지
sinjy02112933
Questioner

감사합니다 해결됬습니다.~

sinjy02112933's profile image
sinjy02112933

asked

Ask a question