升级到gradle 3.0.0-alpha2后
使用stacktrace
Caused by: android.view.InflateException: Binary XML file line #75: Error inflating class android.support.v4.widget.NestedScrollView
Caused by: java.lang.NoSuchMethodException: <init> [class android.content.Context, interface android.util.AttributeSet]
我尝试过:
重新导入项目
清理
在没有proguard的情况下运行 - &gt;它有效,但我需要proguard
答案 0 :(得分:0)
将以下内容添加到proguard
-keep class android.support.v4.widget.** { *; }