以下は app/build.gradle ファイルです
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation ('com.github.flipkart-incubator:proteus:5.0.0-rc12') {
exclude group: 'com.android.support-v7'
exclude module: 'appcompat-v7'
exclude module: 'support-v4'
}
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
エラー -
エラー: プログラム タイプは既に存在します: android.support.v7.appcompat.R$layout
完全なエラー - https://gist.github.com/sisogit/055c93ddc08b1e24c6ae0e4c6f1129f0
exclude
タグとしてプロテウスからいくつかのライブラリを除外しようとしましたが、助けにはなりませんでした。
助けてください。
手順 - 1. Studio で空のプロジェクトを作成します。
実行 >> 正常に動作
implementation ('com.github.flipkart-incubator:proteus:5.0.0-rc12')
プロジェクトを追加して実行する
エラーが発生します