Solve the problem of Your project contains error(s), please fix them before running your application
It seems that many people have encountered this problem, and there are various solutions online, but have you used up all the time and failed to solve your problem?
Don't worry, let's take a look at the solutions for you seniors:
1. The most searched online is: project--clean
2. Delete the project in the project list and import it
3. Delete the file and then rebuild it automatically
4. Upgrade ADT to the latest version
5. Restart eclipse
6. Reinstall eclipse3.5 and 3.6
7. Create a new project to set the corresponding version value, Min SDK Version (this is the system version that the setup program wants to run on)
However, these methods may not solve your problem. OK, I will add another 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.' Testbitcare Build path Build Path Problem
Obviously, there is something wrong with the path.
Solution: Right-click the properties, or Project-Properties, and select Java Build Path-Libraries-Add JARs, select the root directory of the file that just reported the error, and then OK.
The question is OK.