摘要: 本地依赖gradle 作为构建工具,能够很方便的使用本地jar包,以下为使用的代码块。 1 dependencies { 2 //单文件依赖 3 compile files('libs/android-support-v4.jar') 4 //某个文件夹下面全部依赖 5 ... 阅读全文
posted @ 2015-10-31 17:27 Tcool 阅读(420) 评论(0) 推荐(0) 编辑