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
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.