Reputation: 3606
I want to insert new feature in my application. This feature needs use of functions from newer API than my min supported API.
I want to know how may users I have per Android version, so I know to how many users it can cause a problem.
I didn't find a way to get this information from Android developer console.
Upvotes: 9
Views: 2386
Reputation: 569
The UI has changed quite a lot now.
Select statistics -> Select "View by" -> Select Android Version -> Then select whichever version you need.
Upvotes: 2
Reputation: 1835
You can see in the Android Developer Console
.
Go to Statistics
Select Installs on Active Devices
and choose date range as LifeTime
Click to + add android version
You can see installed on active devices for each version
Upvotes: 14