I want to use in my application classes from API Level 11. Which in this case I define value of Build Target?
How are related Build Target of application and the minimum version of SDK?
I would be very grateful for the help!
I want to use in my application classes from API Level 11. Which in
Share
Build Target is used to choose the android.jar of the platform version which will be used to compile the code.
minSdkVersion is defined in the manifest file and used by Android Market to filter out apps, it has nothing to do with the compile time or runtime behaviour