Since the new Android API level 18 came out for 4.3 Jelly Bean, what will happen if i remove the older API levels of 17 to level 8? I want to do this to save space as these files are of a decent size.
My question here is will I still be able to write an app that runs on devices with the lower API levels, having kept only the latest API level files in the SDK Manager?
BTW I have set the minSdkVersion in my manifest file as 8 and targetSdkVersion is set to 18
Or do I actually have to download all the files for each API level in between the minSdkVersion and targetSdkVersion in the SDK Manager?