배고파

Invoke-customs are only supported starting with Android O (--min-api 26) 본문

Developer/Android

Invoke-customs are only supported starting with Android O (--min-api 26)

hungry7013 2021. 1. 11. 14:32

안드로이드 개발 중 오류가 발생 하였습니다. ㅠㅠ

 

해결 방법은.. Gradle 파일에...

compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8 
        targetCompatibility JavaVersion.VERSION_1_8
    }

추가 하면 해결 완료. !

'Developer > Android' 카테고리의 다른 글

[Android] Dependency Injection(DI)  (0) 2021.01.19
Android 화면 꺼짐 방지  (0) 2021.01.12
Android Progress Bar 샘플 정리  (0) 2021.01.12
Android Intent Bundle  (0) 2021.01.12
Android Button 클릭상태 색상변경  (0) 2020.01.04