API version range in an Android Studio project -
i'm curious sense in setting both target , minimal supported api version when starting new android studio project. mean, if set minimal api is, say, 8, won't able use features 22 (which target), because break compatibility api 8.
this not correct. setting target api 8 can't use features added after, specifying minimum api guarantee application will work on such devices. don't guarantee provide features on such devices, nor minimum api level restricts features use when running on later versions of os.
look @ pe history - win32 executable files compatible msdos, after executing "this not msdos program.". similar this, decision features provide on os support.
Comments
Post a Comment