Java Android building workspace error

Asked By 70 points N/A Posted on -
qa-featured

Hello,

I am just getting this error on the startup of MyEclipse. I have not seen this error before when I click on details I got the following errors. This problem occurred saying “Building workspace has encountered a problem”. I have spent a lot of time to resolve this error but I could not so please provide any way to fix this issue.

Thanks in advance.

Building workspace has encountered a problem.

Errors occurred during the build.

Errors running builder Android PreCompiler on project storm.

Java.lang.NullPointerException.

SHARE
Answered By 15 points N/A #190140

Java Android building workspace error

qa-featured

Hi Joseph,
The error is because you have an active deployment of a project that is either closed or deleted.
There can be different solutions to resolve this error:
Solution 1:
1) Close the Servers view
2) Open all projects in your workspace. If any of the projects are deleted from your workspace, import them again into the workspace
3) Reopen the Servers view. If you delete some projects, ensure that you remove the deployment for it
Solution 2:
1) Shut down ‘MyEclipse’
2) Delete the file com.genuitec.eclipse.ast.deploy.core.prefs which is located at
<workspacedir>/.metadata./.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs
3) Restart ‘MyEclipse’

Related Questions