Lance, you are the best! That was my problem! On Sat, Sep 18, 2010 at 2:05 AM, Lance Nanek <[email protected]> wrote:
> 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 <[email protected]> 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) < > > > > [email protected]> 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 > [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]< > android-developers%[email protected]> > > > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

