This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView)

前端 未结 7 1176
予麋鹿
予麋鹿 2020-12-29 04:11

I am trying to create a Android Application which uses 3 spinners. I keep getting this error and I can\'t figure out how to fix it. This class should be public (and

7条回答
  •  执笔经年
    2020-12-29 04:51

    This is not a true solution, but maybe help.

    Create project with higher API level then 8.

    Whenever I select minimum Required SDK to API level 9 instead 8 this error does not happen.

    Observation: My last answer was deleted, maybe the moderator think it was barely more than a link to an external site, for this reason I don't posted the link again.

提交回复
热议问题