我刚尝试为我的一个项目生成签名的apk!
该项目运作良好,但当我尝试生成已签名的APK时,它会向我显示错误:Error: Expected resource of type drawable [ResourceType]
答案 0 :(得分:0)
您需要在Drawable
方法中传递setBackgroundDrawable()
而不是int
值
如下面的代码
getWindow().setBackgroundDrawable(ContextCompat.getDrawable(this,R.drawable.ic_launcher_round));