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
Set the min SDK version within your project's AndroidManifest.xml file:
What exactly causes the crash? Iron out all crashes/bugs in minimum version and then test in higher versions.