-2

This is my Warning message while publish my application to playstore.

Device support removed Warning:

Deactivation of this APK will result in your app being available for new installs on fewer types of devices.

Tip:

If this is an unintended change, then retain this APK in the new release or ensure that your new APKs support all currently supported devices.

This is my SDKversion minSdkVersion 21 targetSdkVersion 28

TCSTEST
  • 3
  • 6

1 Answers1

2

It is because you increased minimum api level from 11 to 16, so some of your potential users with android 16- can not update their application.

Update

I cannot decrease the api level due to some library used Is there any solution to resolve this error

To answer your question, you can upload multiple apk in play store. One with old libraries that support minSdk 11 and one with new libraries and possibly new functionalities that supports minSdk 16. You can find the required guides here