第一行代码中的添加百分比布局库依赖问题
Posted 837634902why
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第一行代码中的添加百分比布局库依赖问题相关的知识,希望对你有一定的参考价值。
找到android SDK的文件夹I:AndroidSDkextrasandroidm2repositorycomandroidsupportpercent
在这里就能看到各种版本的,这里我选择26的26.0.0-alpha1,重新导入,之后重新Sync就可以了!
dependencies {
compile fileTree(dir: ‘libs‘, include: [‘*.jar‘])
androidTestCompile(‘com.android.support.test.espresso:espresso-core:2.2.2‘, {
exclude group: ‘com.android.support‘, module: ‘support-annotations‘
})
compile ‘com.android.support:appcompat-v7:26.+‘
compile ‘com.android.support:percent:26.0.0-alpha1‘
testCompile ‘junit:junit:4.12‘
}
以上是关于第一行代码中的添加百分比布局库依赖问题的主要内容,如果未能解决你的问题,请参考以下文章
Android添加百分比布局库时显示Failed to resolve: com.android.support.percent:问题