Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Android 4.0 apps work with Android 2.0 and Android 3.0 devices?

I plan on creating an application for users to view their stats of a game I am currently in the process of making but my question is like the title. I am not sure if phones with Android 3.0, Android 2.0 or lower can use the apps? If not, how would I work around this? Would I just not be able to use the new API features such as NFC etc? All in all, if I start developing with Android 4.0 SDK, will all android phones be able to use my app?

like image 934
Snwspeckle Avatar asked Oct 20 '11 19:10

Snwspeckle


People also ask

How do I know if an app is compatible with my Android?

To get to the developer options, open your device's Settings app and navigate to System > Advanced > Developer options > App Compatibility Changes.

Is Android 4.0 still supported?

Final version: 4.0. 4; released on March 29, 2012. Initial version: Released on October 18, 2011. Google no longer supports Android 4.0 Ice Cream Sandwich.

Why apps is not compatible with my device?

It appears to be an issue with Google's Android operating system. To fix the “your device is not compatible with this version” error message, try clearing the Google Play Store cache, and then data. Next, restart the Google Play Store and try installing the app again.


1 Answers

My understanding of android development, is that you can build against a lowest common denominator if you build a single package, and it will run on that version, and most likely any newer version. But not the other way around.

like image 138
Chris Hammond Avatar answered Oct 11 '22 12:10

Chris Hammond