Page 1 of 1

Set min Android version to 4.4

Posted: Wed Jun 07, 2017 8:13 pm
by M&M

hi,

Is it possible to set the minimum Android version to 4.4? From the dropdown I can see that after 4.2 it is 5.x ... and 5.x would be too high to have as a minimum requirement.

The AndroidManifest.xml has the following:

code
</application>
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="21" />
</manifest>
/code

Can I change that to make 4.4 ( API level 19 ) as the minimum, without any other consequences? :)
code
&#46;&#46;&#46;&#46;
<uses-sdk android:minSdkVersion="19" &#46;&#46;&#46;&#46;
/code

?

Thanks,
M.M


Set min Android version to 4.4

Posted: Mon Jun 12, 2017 2:42 pm
by M&M

Guess this Forum has gone to sleep. 5 days for a what-should-be-a-seemingly-easy-question-to-answer !


Set min Android version to 4.4

Posted: Tue Jun 13, 2017 10:18 am
by Galyna Abramovych

Hello,

Sorry for keeping you waiting.

Actually, the "minSdkVersion" can be modified in AndroidManifest manually.
However, this may lead to incorrect updating of AndroidManifest.
So, when doing so you need to understand the risk of running into the related problems.


Set min Android version to 4.4

Posted: Tue Jun 13, 2017 12:15 pm
by M&M

oic ... thanks. I think I'll leave it for now. Hope 4.4x will appear in the dropdown list soon. Because now after 4.2x Min. SDK version, it is directly 5.0.x

Thanks,
M.M