Hi Guys
I guess this question is not asked very much by developers
i always thought i should set the minimum sdk that is needed to run my app so i can reach as much people as i can
but is this really the right thing to do?
after some research i found out the 82.7 % of all devices uses API 15+ Android 4.0.3 +(http://developer.android.com/about/dashboards/index.html update: 1/5/2014)
so maybe its better to set the min SDK to 15 and the app will run on most devices almost the same then use small min sdk and get always crash reports or other surprises...
think about it
I guess this question is not asked very much by developers
i always thought i should set the minimum sdk that is needed to run my app so i can reach as much people as i can
but is this really the right thing to do?
after some research i found out the 82.7 % of all devices uses API 15+ Android 4.0.3 +(http://developer.android.com/about/dashboards/index.html update: 1/5/2014)
so maybe its better to set the min SDK to 15 and the app will run on most devices almost the same then use small min sdk and get always crash reports or other surprises...
think about it