在 Android 4.1 之前,方法 android.graphics.PorterDuffColorFilter --- 会错误地覆盖包
我正在使用导航和.当我要运行这个应用程序时,我得到这个错误。drawer activity android studio
Firebase Authentication
W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
我也使用最低版本的SDK和构建工具...
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
}