"Source Not Found" means you haven't linked the Android source code into Eclipse, and you are trying to step into that code. The debugger can't step into it if the source isn't available to it.
So, that is not the real problem for your spiner. Check the log cat and try to locate the first error line, then paste it here for see what is the problem, and if you can paste some of your code will be easier to help you. On Feb 4, 2:57 pm, Ozone Apps <[email protected]> wrote: > Hello Everyone! I am trying to use a spinner, and the program is > throwing a Source Not Found error when I set an array adapter to that > spinner. The array I am referencing contains valid elements and no > null elements...it was working but all of a sudden it kept giving me > the error. Any ideas? -- 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

