Search code examples
androidcross-compilingbackwards-compatibility

Can Android 2.3 SDK cross compile to earlier versions?


I have an Android app that's been on the market since v1 of the OS. I haven't touched it since and thus forgot all that there was to forget about developing for Android.

With the new Android 2.3 SDK, can I compile my app so that users of previous OS releases can also use it (say 1.6 or 2.1)?


Solution

  • Sure. Just put minSdkVersion in your Manifest.