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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -