Android JVM target 오류

사용 버전: Android Studio 4.0.1

사용 언어: Kotlin 1.3.72


안드로이드 JVM target 오류를 해결해 봅시다.



컴파일 도중 다음과 같은 오류가 나올 때가 있습니다.

Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option


앱 용 build.gradle로 갑니다.

compileOptions와 kotlinOptions를 아래와 같이 적어줍니다.



끝.


카테고리: Android

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Forensics .pyc 파일 .py로 복구하기

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

KiCad 시작하기 1 (회로도 만들기)

KiCad 시작하기 3 (새로운 소자 추가하기)

Kivy 시작하기 12 (Pyinstaller로 exe 파일 만들기)

딩기 요트 명칭

Android Notification with Full Screen

iOS Swift callAsFunction

Android Room database FTS