Android Studio で android.enableJetifier=false にしたら Execution failed for task ':app:mergeDebugJavaResource'.
古いソースから警告を取り除くため gradle.properties で下記(デフォルト)に変更したら android.enableJetifier=false 下記のエラー Execution failed for task ':app:mergeDebugJavaResource'. 原因(今回の) build.gradle の dependencies セクションに下記の宣言が重複していた implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.android.support:appcompat-v7:28.0.0' をコメントアウト