error: requestFeature() must be called before adding content - Still won't work

后端 未结 3 646
抹茶落季
抹茶落季 2021-01-20 21:06

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

3条回答
  •  一向
    一向 (楼主)
    2021-01-20 21:09

    Try calling

    .setTitle(R.string.uploadedScoreTitle);
    

    before

    .setContentView(R.layout.submitscoreprompt);
    

提交回复
热议问题