java - Multiple markers at this line - txt_status_iap_3 cannot be resolved or is not a field -
i changed inappactivity.java file , got error:
multiple markers @ line - txt_status_iap_3 cannot resolved or not field - txt_status_iap_4 cannot resolved or not field
default code doesn't cause error:
txtstatusiap.settext(   getresources().getstring(r.string.txt_status_iap_1)   + " "   + getmoney()   + " "   + getresources().getstring(r.string.txt_status_iap_2) );   i want add:
txt_status_iap_3 txt_status_iap_4   how can it?
 
 
Comments
Post a Comment