민프
[Android Error] Exception from call site #45 bootstrap method 본문
Exception from call site #45 bootstrap method
이라는 오류가 났다..
해결 방법은
gradle app에서
compileOptions{
targetCompatibility = "8"
sourceCompatibility ="8"
}
자바8로 업그레이드를 시켜주면 된다.
'[Android Error]' 카테고리의 다른 글
Comments