This error “Failed to create BuildConfig Class” occurred when switching workspace. To fix it Clean the project and your project will compile without this error. Go to the menu Project -> Clean…
Tag: workspace
Eclipse Android Requires Compiler Compliance Level
After importing an existing Android application into a new workspace the following error can occur: “Your Project contains error(s), please fix them before running your application.” First thing to do is to look at the console output and read the error. In this case it told what the problem is and how to solve it!
Eclipse failed, Java was started but returned exit code=-805306369
Eclipse suddenly started to hang when starting up around “Loading Workbench” 805306369. Eclipse stopped responding and you get the dialog to close the program. “Java was started but returned exit code=-805306369” The error shown afterwards: “Java was started but returned exit code=-805306369” If you are running java 1.6u21 then look at Eclipse Bug 319514 and The Oracle/Sun