我想使用 PercentRelativeLayout ,但我有 compileSdkVersion 25 。 我应该在build.grade(Module:app)中添加哪个依赖项?
答案 0 :(得分:1)
以下是PercentRelativeLayout
编译'com.android.support:percent:25.0.0'
答案 1 :(得分:1)
在build.grade(Module: app)
依赖项
apply plugin:
{
.
.
.
.
}
dependencies {
.
.
.
.
compile 'com.android.support:percent:25.1.1'
}