[android-developers] writing to /data/data/package-name/lib

2012-05-17 Thread ivan
I have an issue where I need to dynamically load a library to /data/ data/package-name/lib ... is there any way for me to gain write access to this directory? If not, can I put the file somewhere else so that it can still be found? -- You received this message because you are subscribed to the

Re: [android-developers] writing to /data/data/package-name/lib

2012-05-17 Thread TreKing
On Thu, May 17, 2012 at 11:13 AM, ivan istas...@gmail.com wrote: I have an issue where I need to dynamically load a library to /data/data/package-name/lib Load a library to a directory? That doesn't make sense (to me) ... ... is there any way for me to gain write access to this directory?