Possible duplicate:
Android version Min SDK version for target SDK version
When developing Android applications in Eclipse, we must specify the build target for our application. I want to know how this affects the application? I mean, I chose my build target as - "Google APIs API" Platform API level platform version -3.0 -11
As far as I know, the min-SDK version in the manifest file decides which devices the application will run on. I just want to make sure that I'm right, and the choice of the build target will not affect this part of my application (devices that can run it).
Please tell about this.
source share