美文网首页JAVA
Gradle sync failed: Could not re

Gradle sync failed: Could not re

作者: 勤劳的蚂蚁 | 来源:发表于2019-01-11 15:43 被阅读47次
Gradle sync failed: Could not resolve all files for configuration ':app:androidApis'.
        Failed to transform file 'android.jar' to match attributes {artifactType=android-mockable-jar, returnDefaultValues=false} using transform MockableJarTransform
        Consult IDE log for more details (Help | Show Log) (11 s 679 ms)

版本不一致 buildToolsVersion: "28.0.3", 版本和 compileSdkVersion: 28, 版本一致
compileSdkVersion: 28

相关文章

网友评论

    本文标题:Gradle sync failed: Could not re

    本文链接:https://www.haomeiwen.com/subject/psmxdqtx.html