I was talking about "targetSdkVersion", not "minSdkVersion".
The entry in the manifest should look like this: <uses-sdk
android:minSdkVersion="4" android:targetSdkVersion="8" />

Btw on your test phone can you install your app on sdcard?

On Wed, Jan 5, 2011 at 12:51 PM, André <pha...@hotmail.com> wrote:

> I followed this tutorial:
> http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/
> where it says that I don't need to have 8 as the minsdkversion.
> Doesn't it filter the app so only people with version 8 or greater can
> download my app?
>
>
> On Jan 5, 12:02 pm, YuviDroid <yuvidr...@gmail.com> wrote:
> > Just a guess:
> > the problem might be here: <uses-sdk android:minSdkVersion="4" />
> >
> > you should probably also specify the targetSdkVersion to be >= 8.
> >
> > Again, it's just a guess ;)
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Jan 5, 2011 at 11:51 AM, André <pha...@hotmail.com> wrote:
> > > I've just updated my app so the user can choose to install it on the
> > > sd card or not. But I keep getting some comments that it's not
> > > possible for them to install it on the sd card. Can anyone see if I've
> > > made anything wrong or if you have any other suggestions?
> >
> > > André
> >
> > > <?xml version="1.0" encoding="utf-8"?>
> > > <manifest xmlns:android="http://schemas.android.com/apk/res/android";
> > >        package="com.someapp.fun"
> > >        android:versionCode="1"
> > >        android:versionName="3.0"
> > >        android:installLocation="auto" >
> >
> > >        <uses-permission android:name="android.permission.INTERNET" />
> > >        <uses-permission
> > > android:name="android.permission.ACCESS_NETWORK_STATE" />
> > >        <uses-permission
> > > android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
> > >        <uses-permission
> android:name="android.permission.READ_PHONE_STATE"
> > > /
> >
> > >        <uses-permission android:name="android.permission.VIBRATE" />
> >
> > >        <uses-sdk android:minSdkVersion="4" />
> >
> > >    <application android:icon="@drawable/icon" android:label="@string/
> > > app_name">
> >
> > >        ...
> >
> > >    </application>
> > > </manifest>
> >
> > > --
> > > 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<android-developers%2bunsubscr...@googlegroups.com><android-developers%2Bunsubs
> cr...@googlegroups.com>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
> >
> > --
> > YuviDroid
> > Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a
> widget to
> > quickly access your favorite apps and contacts!)
> http://android.yuvalsharon.net
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
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