The problem is that Android Studio requires minAPI 24 to use SimpleDateFormat objects.
I have minAPI 19 in the project. I know that minAPI can be changed, but the problem is that I test all the projects on my device, since I can not on the PC, but my device has API 22.
There are options for how to run the project on my device?
SimpleDataFormatadded from the first version of the API, what are you trying to do that you have this restriction? - temqSimpleDateFormat, can this be enough? - post_zeew