It gives you that error, because it is using a method not available in you API release (23).
getParameterCount is available from API 26 (Android 8 if I'm not wrong)
It gives you that error, because it is using a method not available in you API release (23).
getParameterCount is available from API 26 (Android 8 if I'm not wrong)