Installed your app to take a look. The log on my device says it was
installed to the app-private directory instead of the app directory:
> D/PackageManager(   90): New package installed in 
> /data/app-private/com.frankandchase.sudoku-1.apk

That only happens for apps that are copy protected. Copy protected
apps cannot be moved to the SD card:

>http://android-developers.blogspot.com/2010/07/apps-on-sd-card-details.html
> Copy-protected apps and updates to system apps can’t be moved to the SD card, 
> nor can those which are don’t specify that they work on the SD card.

On Sep 5, 2:33 am, Laszlo Fogas <laszlo.fo...@invitel.hu> wrote:
> Well, I tried to clean up before installing from Market.
>
> Let me paste here my manifest chunk, maybe you can spot something wrong.
>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
> package="com.frankandchase.sudoku" android:versionCode="13"
> android:versionName="1.3.3" android:installLocation="preferExternal">
>
> <uses-permission android:name="android.permission.WAKE_LOCK" />
>
> <uses-sdk android:minSdkVersion="3"></uses-sdk>
>
> Thanks.
>
> Laszlo
>
> On Sat, Sep 4, 2010 at 5:13 PM, Maps.Huge.Info (Maps API Guru) <
>
> cor...@gmail.com> wrote:
> > You must be doing something odd. It works fine for me.
>
> > Try uninstalling and reinstalling your app. It might be that having it
> > already on your device and from a non-market source is confusing
> > things.
>
> > -John Coryat
>
> > --
> > 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

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