My AndroidManifest.xml
has:
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19"/>
But when I run mfp build
the .iml file generated shows:
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
Which isn't sdk 19, and isn't even one of the API levels that I have installed given my $ANDROID_HOME
environment variable.
I've been manually editing the .iml file, but that really isn't ideal. How is that jdkName chosen and how can I control it?