Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/185.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
所有com.android.support库必须使用完全相同的版本,版本为28.0.0-alpha3、23.2.1_Android_Android Gradle Plugin - Fatal编程技术网

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

所有com.android.support库必须使用完全相同的版本,版本为28.0.0-alpha3、23.2.1,android,android-gradle-plugin,Android,Android Gradle Plugin,我的格拉德尔在这里: 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' im

我的格拉德尔在这里:

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'
} CompileSDK版本是28,TargetSDK版本是28,我不知道问题出在哪里。
任何帮助都将不胜感激

检查此答案i add com.android.support:support-v7:28.0.0,但它不起作用。你能告诉我如何更正它吗?你能在使用
gradle dependencies
后显示你的gradle日志吗?
+-com.facebook.fresco:animated gif:0.13.0+-com.android.support:support-v4:23.2.1+-com.android.support:support注释:23.2.1->28.0.0-alpha3+-com.parse.bolts:bolts任务:1.4.0+-com.facebook.fresco:fbcore:0.13.0->1.8.0 \--com.facebook.fresco:animated base:0.13.0
是否存在问题@TruongHieutry添加
实现'com.android.support:support-v4:28.0.0-alpha3'