On Mon, Jun 22, 2009 at 2:32 PM, junker37 <[email protected]> wrote:
> > 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. Nitpick: you're running the emulator, not the simulator. 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. Can you access the file otherwise? I.e. can you open and read the file that exists at iconFile.getAbsolutePath() ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

