Assuming you are using Eclipse, do a Project -> Clean All in your workspace. The latest versions of the Android plugins seem to be screwing up resources a lot lately. Also if you et mysterious crashes, try a clean all too.
-Mike dg On Mar 14, 3:33 pm, rankan <[email protected]> wrote: > Hi, > > I'm trying to build a simple UI based on the tutorial on using tabs. I > added a couple of .png files to the /res/drawable folder. When I'm > creating an image button, I call > button.setImageResrouce(R.drawable.arrowup). The imagebutton is > created, however the image that it displays is the wrong image. It is > one of the images that existed in the folder previously. I simply > added a arrowup.png file to the res/drawable folder. Is there some > step I am missing? > > 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

