I'm wondering where files that are created while running in a
simulator are stored.
I'm running the 1.5 simulator on Windows Vista.

The real reason I want to find the files is because I am downloading
an png file and trying to create a bitmap via: Bitmap bitmap =
BitmapFactory.decodeFile(iconFile.getAbsolutePath());
However, the bitmap is always null.
I am able to create a bitmap successfully if I have the file as a
resource.
--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to