我正在使用畢加索圖書館更新資料圖片。我得到以下問題
android.content.res.Resources$NotFoundException: Resource "com.adamas.selfiereporter:id/profile_picture" (7f100176) is not a Drawable (color or path): TypedValue{t=0x12/d=0x0 a=2 r=0x7f100176}
這是畢加索對象
Picasso.with(getContext())
.load(profileImageUrl)
.placeholder(R.id.profile_picture)
.transform(new PicassoRoundedTransformation())
.fit()
.noFade()
.into(personImagee);
在
.into(personImagee);
越來越問題
請別人幫我
問題就在這裏'.placeholder(R.id.profile_picture)' –
自我解釋的錯誤消息的... ID資源值'不是可繪製的(顏色或路徑)' –