Search code examples
androidandroid-support-libraryandroid-api-levels

Minimum API level required for non-Support Library android projects


Does anyone know what the lowest minimum API level is for Android projects that don't require any Support Libraries? 21 or 22 was my guess but I may be wrong. I don't need any Support Library features for my future project.


Solution

  • Does anyone know what the lowest minimum API level is for Android projects that don't require any Support Libraries?

    API Level 1. After all, the Support Library did not come into existence until after API Level 11 shipped. We developed Android apps for a few years without such a library.