I am very new to android. If this is the very basic question . bear with me.
I have set like below in my AndroidMenifest.
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="17" />
wont my application run after API level 17 and below API level 11 ?
I am using SDK Platform 17. can i mention targetSDKVersion as 18?