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
This is what worked for me:
In the build.gradle file, setting the minSdkVersion under defaultConfig:
build.gradle
defaultConfig
Good Luck...