Does that mean older Android mobiles won't be able to use an app that has calls that require a minimum API level?
For example, I'm using a calendar.set()
, and it requires API level 24 (current min is 15); and my mobile for testing has Android 4.4.4, API level 19. What can I do? If I use a emulator to test and build the app, am I able to use the app in my mobile when it's done?