I have been building a project and testing it on the Android emulator.
I realized that I set the minSdkVersion to 10. Now, I have a phone to test the p
minSdkVersion
check it: Android Studio->file->project structure->app->flavors->min sdk version and if you want to run your application on your mobile you have to set min sdk version less than your device sdk(API) you can install any API levels.