当我尝试在我的三星Galaxy Tab 4(棒棒糖5.0.2)上使用API级别23运行我的应用程序时,由于缺少DrawableWrapper类中的导入文件,我有一些构建错误:
Android studio无法找到NonNull,Nullable和Insets symbole类。
我在google上尝试了大多数解决方案:添加android支持外部库,清理并构建项目,使用另一个API级别(21,22),我得到了同样的错误。
你对这个问题有任何想法吗?
您能否向我推荐不同的潜在解决方案?
答案 0 :(得分:0)
android.graphics.Insets
更改为android.graphics.drawable.InsetDrawable
app/build.gradle
并添加依赖项compile 'com.android.support:support-annotations:23.4.0'