영역 :오류 : 덱스에 바이트 코드 변환 오류 : 영역 안드로이드 가져 오기 오류
Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lio/realm/Realm$1$1;
Congig :
apply plugin: 'realm-android'
buildscript {
repositories {
jcenter()
}
dependencies {
classpath "io.realm:realm-gradle-plugin:4.2.0"
}
}
realm {
syncEnabled = true
}
compile 'io.realm:realm-android:0.87.5'
annotationProcessor 'io.realm:realm-android:0.87.5'
나는
왜 두 가지를 사용하고 있습니까? 다른 버전의 Realm? – AesSedai101
** ** ** ** 버전 ** 0.87.5 ** 및 ** 4.2.0을 동시에 사용하는 이유는 무엇입니까? – EpicPandaForce