android versions

Monkey Targets Forums/Android/android versions

dubbsta(Posted 2014) [#1]
how do i code for different or specific android versions
i have 3.2 android sdk but do i need to install the rest up to 4.3


AdamRedwoods(Posted 2014) [#2]
i would stay current as it can add features and fix old problems. you can set the min version in the manifest xml file, and that will keep your app compatible with previous versions.