码迷,mamicode.com
首页 > 其他好文 > 详细

第一行代码中的添加百分比布局库依赖问题

时间:2019-01-23 15:46:06      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:and   color   tco   ons   include   style   repo   percent   repos   

找到android SDK的文件夹I:\AndroidSDk\extras\android\m2repository\com\android\support\percent
在这里就能看到各种版本的,这里我选择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‘
}

第一行代码中的添加百分比布局库依赖问题

标签:and   color   tco   ons   include   style   repo   percent   repos   

原文地址:https://www.cnblogs.com/837634902why/p/10308762.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!