レルム:エラー:DEXにバイトコードに変換エラー:レルムアンドロイドのgetエラーで
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'
は私が
なぜ2つのレルムの異なるバージョン? – AesSedai101
なぜ** **バージョン0.87.5 **と** 4.2.0を同時に使用しているのですか? – EpicPandaForce