• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Trouble with Spinners

Hi,

I'm trying to display some spinners, but I get a runtime exception if I try to put the spinner on the UI.

Before the exception I get something to the effect of 'Resources don't contain the package for resource number <some number>.'

In R.java, I see that the resources I created are present while the <some number>s from before are missing. I'm wondering if these are resources in android.R.layout.

Would this be the result of missing an update or having some other configuration item out of line? What can I do to 'get' these resources?

Thanks,

Rob:confused:
 
Back
Top Bottom