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

前端 未结 7 1217
予麋鹿
予麋鹿 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:41

    I found a solution, in the project.properties file, just replace the line saying

    android.library.reference.1=../appcompat_v7_3 
    

    with

    android.library.reference.1=../appcompat_v7
    

    That solved the problem to me at least.

提交回复
热议问题