You have to use the 2.2 SDK when you build, but you can still set the
minSdkVersion to an earlier version.  You just need to make sure that
you don't make any calls which are specific to 2.2 when running on an
earlier version.

On Mar 1, 2:17 am, Arpit Mittal <m.ar...@gmail.com> wrote:
> Hi,
>
> I have an app which compatible onwards from 2.1, but with feasibility
> of installing apps from 2.2, i added the required attribute
> android:installLocation="auto"
>
> But using this means i have to make the min version 8, which makes my
> app not compatible with 2.1.
>
> I do not want my users of 2.1 to suffer because of incompatibility and
> users of 2.2 for unable to install app on SD card.
>
> Is there any other way to achieve both i.e. compatibility and
> installation to external memory ?
>
> Regards
> Arpit Mittal

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to