I'm working on a radio app with the Android Java SDK and there's a strange symbol that's not in the eclipse database or documented anywhere that I've looked.
The error symbol appears like any other, in the place where a yellow "!" triangle or a red "x" box or circle would. This one is a red box with a white "*" (kinda looks like a snowflake).
The folder it's on (and then bounced recursively up), is my res drawable-hdpi and drawable-mdpi, and the bin. Deleting them does nothing to the status of the res folder (except make the layouts bug out and toss an error). Another thing to note about the folders is that they gained a ">" before the title (so "> res" and ">drawable-hdpi"). The bin also only has res (no symbols or files) and the Android Manifest.
If anybody has dealt with this or has any ideas. They are highly welcomed.