android - Cannot be resolved or it is not a field? -
i'm developing android application, , libraries updated , layout designed.
view = inflater.inflate(r.layout.***apklist_item***, null); (textview) convertview.findviewbyid(r.id.***appname***);
at apklist_item , appname these lines i'mm getting error, how rectify ? kindly suggest me developing android app. thanks.
this issue due reasons.
1. due not generating r file in gen folder.
2. check there error in xml files.
3. check import seems import android.r instead of packagename.r
check above 3 conditions may useful you.
Comments
Post a Comment