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
If you use a cordova to build your app, for me the best soluction is change the argument cdvMinSdkVersion=15 to cdvMinSdkVersion=19 in the file platforms\android\gradle.properties
cdvMinSdkVersion=15
cdvMinSdkVersion=19
platforms\android\gradle.properties