What is meant with target sdk?

Is with target sdk meant the minimum android version to download the app?
If yes is it possible to change the look of the app for each sdk?

Depending on the version, you can do your job in terms of design and functionality.
I hope I’m not wrong

image

1 Like

No. In layman’s terms, Google updates a lot of things on each Android update. Therefore, your app may not work on newer versions of you have not upgraded your app to work on those version. The target SDK tells Google the latest SDK that your app supports. So it is like “max SDK” instead of “min SDK”.

Yes. Read Gaston’s suggestion.

1 Like