使用Android支持库

时间:2015-12-18 08:37:58

标签: android android-layout android-support-library

我正在尝试使用支持库。

我已将此依赖项添加到gradle文件

compile 'com.android.support:appcompat-v7:23.1.1'

我也在SDK管理器中下载了它

Screen

但是当我尝试使用此控件时 PercentRelativeLayout它不起作用。布局xml文件似乎无法识别它。 android.support.percent.PercentRelativeLayout

有任何解决方案吗?

2 个答案:

答案 0 :(得分:3)

您需要在build.gradle上添加依赖项。 E.g。

com.android.support:percent:23.1.0

appcompat的依赖是不够的。您可以阅读更多here

答案 1 :(得分:2)

在gradle文件中使用此依赖项

PercentRelativeLayout

{{1}}并不属于支持库。

对于百分比支持库,还有很好的示例,请检查here