在你项目的module级别的build.gradle中加入
compile ‘com.jakewharton.timber:timber:3.1.0‘
然后Timber的依赖就添加进来了。
android studio中timber的配置
原文:http://www.cnblogs.com/Peit/p/7228042.html