Monday, August 29, 2011

[android-developers] Re: Application force close after change it from /system/app to /data/

Removing an APK from /system/app won't clean up the left overs in /
data/data. I'd bet that the UID changes and then your properly
installed app can't read the database.
1) Don't install apps to /system/app
2) Don't leave crap in /data/data when removing APKs
3) This list is about SDK development, not anything to do with /system

-Kevin

On Aug 29, 6:35 pm, TreKing <treking...@gmail.com> wrote:
> On Thu, Aug 25, 2011 at 10:09 PM, sam <hrlixi...@gmail.com> wrote:
> > Do yo know the reason why this happen after change the app
> > install location?
>
> Well if you're trying to open a file relative to the app's install location
> and change that install location, then it's highly likely you won't find
> that file in the new install location.
>
> Without seeing the rest of your stacktrace, it's hard to say more.
>
> --------------------------------------------------------------------------- ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment