Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用PercentRelativeLayout但我有compileSdkVersion 25。我应该向 build.grade(Module: app) 添加哪个依赖项?
将此添加到您的build.grade(Module: app)依赖项中
build.grade(Module: app)
apply plugin: { . . . . } dependencies { . . . . compile 'com.android.support:percent:25.1.1' }
这里是依赖PercentRelativeLayout
PercentRelativeLayout
编译'com.android.support:percent:25.0.0'