How to set cover image url from drawable folder

GroupChannelParams params = new GroupChannelParams()
.setDistinct(true)
.addUserIds(users)
.setName(“TAP TO CHAT”).setCoverUrl(R.drawable.icon);

not working