前提・実現したいこと
AndoridStudioでビルドしたときにエラーが発生してしまい、正しくエミュレータに反映されないので、それを直したいです。
発生している問題・エラーメッセージ
Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: C:\develop\app\build\intermediates\transforms\dexBuilder\debug\0~30.jar,
該当のソースコード
apply plugin: 'com.android.application' android { compileSdkVersion 30 buildToolsVersion "30.0.0" defaultConfig { applicationId "com.example.bmq" minSdkVersion 30 targetSdkVersion 30 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.0-beta01' implementation 'androidx.constraintlayout:constraintlayout:1.1.2' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.0-alpha4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' }
試したこと
gradlew app:dependenciesをターミナルで実行して、ライブラリの確認を行ったが、悪さしてるものがないように見えた。
補足情報(FW/ツールのバージョンなど)
Windows10
java version11.0.4
Andoroid API 30
プログラミング初心者ですが助けてもらえると助かります
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。