I don’t see ‘files’ directory under the /data/data/<my paplication>/
in the ddms (in the emulator). I can see the ‘database’ and the ‘lib’
directories. It doesn’t seem to be possible to create it manually in
the ddms so when I manually push the file onto the device it goes
under the application directory,  /data/data/<my paplication>/
myfile.zip

when I try to open this file from my activity;

ZipFile zipFile = new ZipFile("song.zip");

I get the exception with very little information. What's going on?

Surprisingly little documentation on the android’s file system exists.
I goggled for the info but with exception of some code examples no
documentation could be found. Any links will be helpful.

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