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
You can also do this manually in the build.gradle file:
lintOptions { abortOnError false disable "Instantiatable" }