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