Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many users per Android version my application has

Tags:

android

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.

like image 894
RafaelJan Avatar asked Dec 23 '22 00:12

RafaelJan


1 Answers

You can see in the Android Developer Console.

Go to Statistics

Statistics

Select Installs on Active Devices and choose date range as LifeTime

Installs on Active Devices

Click to + add android version

Add Android Version

You can see installed on active devices for each version

like image 74
Beyazid Avatar answered Dec 26 '22 00:12

Beyazid