所有com.android.support库都必须使用完全相同的版本,找到的版本为28.0.0-alpha3、23.2.1。

时间:2018-07-10 01:22:55

标签: android android-gradle

why there is such error

我的gradle在这里:

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:cardview-v7:28.0.0-alpha3'
implementation 'com.android.support:design:28.0.0-alpha3'
implementation 'com.facebook.fresco:fresco:1.8.0'
implementation 'com.facebook.fresco:animated-gif:0.13.0'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.squareup.okhttp3:okhttp:3.7.0'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

} compileSdkVersion是28,targetSdkVersion是28我不知道问题出在哪里。 任何帮助将不胜感激!

0 个答案:

没有答案