You can get the SDK packages to build your app with Android 8.0 (API level 26) using the latest version of Android Studio (Android Studio 3.0+ is recommended).
Read moreHow do I find the minimum SDK version?
Go to: File > Project Structure , then under modules choose your module (that probably will be app , then under the tab flavors you can see minimum sdk and target sdk.
Read moreWhat minimum SDK version do you use for new app?
Generally, companies target a minimum version of KitKat, or SDK 19 , for new endeavors. For personal projects, we usually choose Lollipop, or SDK 21, as it brings a number of improvements to the table, such as improved build times.
Read moreHow do I find my Android API level?
Build. VERSION. SDK , which is a String that can be converted to the integer of the release. If you are on at least API version 4 (Android 1.6 Donut), the current suggested way of getting the API level would be to check the value of android .
Read moreWhat is an API level in Android?
What is API Level? API Level is an integer value that uniquely identifies the framework API revision offered by a version of the Android platform . The Android platform provides a framework API that applications can use to interact with the underlying Android system.
Read moreWhat is the API level of Android 11?
Android 11 (API level 30 )
Read moreWhat is the API level of Android 11?
Android 11 (API level 30 )
Read more