【发布时间】:2019-10-24 09:49:56
【问题描述】:
【问题讨论】:
标签: android android-support-library androidx material-components material-components-android
【问题讨论】:
标签: android android-support-library androidx material-components material-components-android
库androidx.design:design:1.0.0 不存在。
您必须使用Material Components library。
Material Components for Android 是 Android 设计支持库的直接替代品。
在您的 build.gradle 中添加其中之一:
implementation 'com.google.android.material:material:1.1.0-beta01' //beta
implementation 'com.google.android.material:material:1.0.0' //stable
【讨论】:
你可以使用:-
在 androidx 中实现 'com.google.android.material:material:1.0.0' 库以进行设计。
【讨论】:
implementation 'com.google.android.material:material:1.0.0'库进行设计的答案是错误。你必须使用它!