I know this has come up and I looked at some other pages to find some help but I'm still having this problem.
I updated the minSdkVersion
in build.gradle
and hit sync.
In the manifest file I set the application theme to android:theme="@style/Theme.Holo.Light"
I still get the cannot resolve symbol @style/Theme.Holo.Light
error
I can only use the Theme.AppCompat
stuff, nothing else shows up
Any ideas?