I'm developing an Android app, it's already published in the Play Store, but cell phones with the SDK version smaller than 21 do not appear when it's searched. In my project I set the minSdkVersion 21.
When I switch to a smaller SDK, some methods give errors, because it needs a larger version.
How could I solve this?