RafaelJan
RafaelJan

Reputation: 3606

How many users per Android version my application has

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

Answers (2)

Sriraksha
Sriraksha

Reputation: 569

The UI has changed quite a lot now.

Select statistics -> Select "View by" -> Select Android Version -> Then select whichever version you need.

enter image description here

Upvotes: 2

Beyazid
Beyazid

Reputation: 1835

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

Upvotes: 14

Related Questions