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. enter image description here 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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -