As of Support Library 25.3.0
the SwitchCompat widget requires API 14 and higher. They say it is fixed in 25.3.1
but I am using 25.4.0
and this is not fixed.
I have tried to copy the old SwitchCompat.java file to my project but there is methods and classes that is package-private and cannot be used outside the support library.
There were some vital changes and additions in the latest support library version therefore I can't switch back to older version. What can I do to bring the SwitchCompat
widget to Android 2.3.3?