anyone have any insight as to why this error is happening and a possible fix?
On Dec 22, 12:47 pm, Andrew Huff <[email protected]> wrote: > I'm getting some errors I can't seem to get rid of. The application > I'm working on installs alright but when it's started it stops the > loading process telling me an error has occurred. Upon looking at the > log there are ten apparent issues all revolving around the graphic > files for the application. > > DEBUG/(1724): unable to unlink '/data/data/com.blah.blah/files/ > special_button.png': No such file or directory (errno=2) > > That error happens 10 times..one for every image in the raw folder. > The Manifest has multiple intents and activitys and is structured like > this > > <application> > > <activity> > > <intent-filter> > </intent-filter> > <intent-filter> > </intent-filter> > <intent-filter> > </intent-filter> > > </activity> > > <activity> > > <intent-filter> > </intent-filter> > > </activity> > <provider> > </application> > > It's the second activity that seems to be having the problem. The > first activity is .MainActivity and the second one is .ThemeProvider > and .Screen java files. Everything in the first activity runs > perfectly only the second one has issues. I have tried everything I > can think of to get rid of these errors so the images will load and > stop causing the error and termination of that part of the > application. Any help would be greatly appreciated as I've been stuck > for a few weeks on this. -- 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

