错误:错误:drawable [ResourceType]类型的预期资源!

时间:2017-12-20 08:42:16

标签: android

我刚尝试为我的一个项目生成签名的apk!

该项目运作良好,但当我尝试生成已签名的APK时,它会向我显示错误:Error: Expected resource of type drawable [ResourceType]

image description

1 个答案:

答案 0 :(得分:0)

您需要在Drawable方法中传递setBackgroundDrawable()而不是int

如下面的代码

getWindow().setBackgroundDrawable(ContextCompat.getDrawable(this,R.drawable.ic_launcher_round));