无法找到与 com.android.support:design:29.+ 匹配的任何版本。

huangapple 未分类评论45阅读模式
英文:

Could not find any version that matches com.android.support:design:29.+

问题

Sure, here's the translation:

implementation 'com.android.support:design:29.+'
error:
无法解析依赖项 ':app@debug/compileClasspath':找不到与 com.android.support:design:29.+ 匹配的任何版本。
英文:

implementation 'com.android.support:design:29.+'
error:
Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:design:29.+.

答案1

得分: 0

Go for this support:

 implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:support-v4:28.0.0'

Since, 29.+ is not available currently.

Also, it is best that you migrate to AndroidX support libraries and structure.

英文:

Go for this support:

 implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:support-v4:28.0.0'

Since, 29.+ is not available currently.

Also, it is best that you migrate to AndoridX support libraries and structure.

huangapple
  • 本文由 发表于 2020年5月4日 14:04:15
  • 转载请务必保留本文链接:https://java.coder-hub.com/61586052.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定