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
If you are using Eclipse:
Project > Clean > OK
Or Try:
Preferences -> Android Lint Preferences
Search for Instantiatable and set as Warning.
Instantiatable
Warning
http://developer.android.com/tools/debugging/improving-w-lint.html
This worked for me.