Fix Your project contains error (s), please fix them before running Your application issues
It seems that a lot of people have encountered this problem, and there are all kinds of solutions on the Internet, but you are exhausted or not able to solve your problem?
Don't worry, let's take a look at your predecessors ' solutions:
1. The most online query is: Project--clean
2. Delete the item in the project list, and then import
3. Delete the R.java file and rebuild it automatically
4. Upgrade ADT to the latest version
5. Restart Eclipse
6. Reinstall eclipse3.5 and 3.6
7. New project settings corresponding to the value of version, Min SDK version (this is the system version that the Setup program wants to run)
However, these methods may not solve your problem. OK, I would like to add a solution here, I hope it will be helpful to everyone.
Error message:
Description Resource Path Location Type
Project ' Testbitcare ' is missing required library: ' C:\Workspaces\MyEclipse\Testbitcare\assets\ Ksoap2-android-assembly-2.4-jar-with-dependencies.jar ' testbitcare Build path build path problem
Obviously, there is a problem with the path.
Workaround: Item (Project) Right-click the property, or Project-properties, then select Java Build path-libraries-add JARs, select the root of the file that you just gave an error, and then OK.
Problem OK.
Android Note: Fix Your project contains error (s), please fix them before running Your application problem