W
W
Wade2k2019-04-08 14:45:32
Android
Wade2k, 2019-04-08 14:45:32

What is the minimum SDK version for new applications?

What is the minimum SDK version currently set for new applications?
I want to put at least android 6.0.
Does it make sense to waste time on android 5 compatibility?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
irishmann, 2019-04-08
@Wade2k

Statistics for 2018. Almost a third for Lollipop. I think it makes sense тратить время на совместимость с android 5
116307_O.png.

A
Artem Voronov, 2019-04-08
@newross

It makes sense to look at what devices the target audience of the application has and focus only on these numbers. The advice of other developers is useless here, everyone will proceed from their own experience.

I
illuzor, 2019-04-08
@iLLuzor

The meaning is very much there. Compatibility with the fifth version does not cause any particular problems, and the share of devices on this version is decent.
Moreover, it makes sense to support the fourth version, since there are still quite a few such devices.

N
Nexus7, 2019-04-11
@Nexus7

The key question is: how are you going to monetize the application?
1. Purchases, subscriptions - you can safely raise the version, because. it is very likely that owners of Android 5.0 and below will not have money for purchases and subscriptions. We start with version 23.
2. Advertising - you need maximum coverage, try to go down to 19, it makes no sense below, old devices have long run out of batteries and broken screens. For the sake of 10 people, don't waste your time catching incompatibility bugs.
Also check the support of ancient versions by third-party libraries and native SDK, some things may work strangely in older systems. And when developing, put in the emulator the most ancient version of Android with the minimum screen sizes that you will support, so that later it will not be excruciatingly painful.
And don't forget that there used to be tablets with large screens on Android 4.4 too ;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question