i making android application allows users click either plus or minus image button change number displayed in text view. there 18 of text views , plus , minus image button each text view. the activity crashes when activity, because of section of code. have been unable produce helpful information when debugging code appreciated, thanks! at top of activity: int score = 0; imagebutton addbuttons[] = {(imagebutton)findviewbyid(r.id.hole1up), (imagebutton)findviewbyid(r.id.hole2up), (imagebutton)findviewbyid(r.id.hole3up), (imagebutton)findviewbyid(r.id.hole4up), (imagebutton)findviewbyid(r.id.hole5up), (imagebutton)findviewbyid(r.id.hole6up), (imagebutton)findviewbyid(r.id.hole7up), (imagebutton)findviewbyid(r.id.hole8up), (imagebutton)findviewbyid(r.id.hole9up), (imagebutton)findviewbyid(r.id.hole10up), (imagebutton)findviewbyid(r.id.hole11up), (imagebutton)findviewbyid(r.id.hole12up), (imagebutton)findviewbyid(r.id.hole13up), (imagebutton)findviewbyid(r.id.hole14up), (imagebut...