android-gradle-3.0

java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;ILandroid/util/TypedValue;ILandroid/widget/TextView;)

元气小坏坏 提交于 2019-11-26 04:22:06
问题 After I updated my Android Studio to 3.0 I am getting No static method getFont() error. The project on which I am working is on github, https://github.com/ik024/GithubBrowser // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() maven { url \"https://oss.sonatype.org/content/repositories/snapshots\" } } dependencies { classpath \'com.android.tools.build:gradle:3.0.0\' classpath \'com.jakewharton:butterknife