The error you are seeing is an Eclipse bug. But since they have left it unfixed for so long, it looks like somebody on the Eclipse team thinks the bug is a feature:( But it is described in http://forums.pragprog.com/forums/138/topics/3627, which suggests the proper fix is to make sure that the files you are trying to build are in fact included in the project. The simplest way to to this is to create them all only with Eclipse, rather than (for example) copying files into the workspace subdirectories. If that is not practical, you can usually get Eclipse to include the files in the project by 1) making sure the files are the proper filetype/extension and in the right subcirectory and 2) doing a Refresh of the relevant subdirectly from Eclipse (right click on subdir in Package Explorer, then 'Refresh').
On Aug 27, 7:41 am, Александр Теленьга <[email protected]> wrote: > Dear group. Could you help me to solve subject problem? It appeared after > I've upgraded revisions of Android packages. > Both installations Galileo (Ubuntu native) and Indigo (from Eclipse site) > falls with this error. > I have this packages installed: > Android SDK Tolls revision 12 > Android SDK Platform-tools revision 6 > SDK Platform Android 3.2, API 13, revision 1 > SDK Platform Android 3.1, API 12, revision 3 > SDK Platform Android 3.0, API 11, revision 2 > SDK Platform Android 2.3.3, API 10, revision 2 > SDK Platform Android 2.2, API 8, revision 3 > SDK Platform Android 2.1-update1, API 7, revision 3 > Android Compatibility package, revision 3 -- 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

