Also, please don't make your own top-level directories like
/data/data/my.package/res.  The top level is for the system to manage, such
as the "lib" directory.  Your own custom stuff should go anywhere under the
directory returned by Context.getFilesDir().

Putting stuff at the top level can conflict with the platform in the future.
 For example it is entirely conceivable that in the future it may want to
start putting stuff in a "res" directory there, just like a while ago the
"lib" directory was introduced.

On Thu, Apr 21, 2011 at 5:21 AM, Mark Murphy <[email protected]>wrote:

> If by "reboot" you mean you are stopping and restarting the emulator,
> and you have the "Wipe user data" checkbox checked in the SDK and AVD
> Manager, that is why everything is being wiped out.
>
> On Wed, Apr 20, 2011 at 11:01 AM, gava <[email protected]> wrote:
> > Hello,
> >
> > I have an application with around 20Mb of resources files and .so
> > files which are stored on /data/data/myapp.com/res and /data/data/
> > myapp.com/lib respectively. However all the time that I reboot the
> > system all my data (res and .so) are wiped out. Does anyone know why
> > this is happening? Any idea to fix this problem?
> >
> > Regards
> >
> > Gava
> >
> > --
> > 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
> >
>
>
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android 3.0 Programming Books: http://commonsware.com/books
>
> --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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

Reply via email to