I know that similar questions have been asked in the past but I can\'t seem to get this working at all even with the suggestions.
I get the above abend on the \"show
Substitude the following line:
whatToUploadDialog.setContentView(R.layout.submitscoreprompt);
with:
whatToUploadDialog.setView(R.layout.submitscoreprompt);