I hope this is the right location to make this post.
I downloaded the source code for a rich text editor from;
http://code.google.com/p/android-richtexteditor/
and the code will not compile correctly. The errors I get are;
"Unable to resolve target 'android-4'",
"AndroidManifest.xml file missing!", and in the Html.java file there are 2 errors involving;
"The import org.ccil cannot be resolved"
When you download the file, you will need to download the version 4 of the source code because the newest versions source code has been removed. I am using eclipse version 4.2.0, and Android SDK Manager Revision 20. I have installed API versions 4.0, 4.1 and many of the extras. I am pretty sure I downloaded the "classic" version of eclipse. I suspect there are 2 causes to these errors, and would appreciate input. Other threads from stack overflow concerning both this project and the generic errors have been unhelpful, as at least one of the threads highest ranked answers was in fact incorrect. Also, the instructions put forth were not for my version of
eclipse, or were incomplete.