I am developing an app for Card View.Implement two features of card view "setRadius()" and "setElevation()" .It is working fine in Android L.
But when I run the app in API 19 (KitKat) , card view setElevation() getting an error
java.lang.NoSuchMethodError: android.view.View.setElevation"
Can any one please help me to make this app compatible to all version.