On Thu, Aug 26, 2010 at 8:28 AM, Damien <[email protected]> wrote:

> It turns out my directory /data/data/com.mycompany.MyApplication/ databases
> does not exist.  Ok so I try to crate it with File.mkdirs() and it laughs at
> me and does not create the directory.
>

You should not have to call mkdirs() on the data folder - that's there by
default so it makes sense you trying to create it would fail (and that it
would laugh at you for trying =P).

Use getFilesDir() and the other similar file-helper functions to get at your
root data directory and create files as necessary.

On Sun, Sep 19, 2010 at 6:03 AM, Tim <[email protected]> wrote:

> Dear Damien,
>
> You may be interested in looking at our crap software
>

Dear Tim,

You may be interested in looking at better ways of promoting your product
than spamming a discussion group.
You're hurting yourself and your product more than you're helping it.
I, personally, will never bother to even look at your website since you're
copy & paste responses to these types of posts are incredibly annoying.

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