Problem importing an Android project

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

 

Hello everyone,

I’m having trouble importing the Android project. When I try to either import it or create a new one the following error message is displayed:

“Error

Cannot create linked resource ‘/.org.eclipse.jdt.core.external.folerds/.link0’. The parent resource is not accessible.

Reason:

Cannot create linked resource ‘/.org.eclipse.jdt.core.external.folerds/.link0’. The parent resource is not accessible.”

If anyone had the same problem please leave some info on how to deal with it.

Thank you very much in advance.

SHARE
Best Answer by lee hung
Best Answer
Best Answer
Answered By 75 points N/A #93860

Problem importing an Android project

qa-featured

Hello Sophie,

You should try removing the following linked resource which resides in C:

C:devworkspacesmyProject.metadata.pluginsorg.eclipse.jdt.core.org.eclipse.jdt.core.external.folders.project

See if everything works fine after that. You will be removing the workspace, and you will need to create a new one. It seems painful but it will solve the problem.

Another thing that you may want to do is to reinstall the android eclipse, which means you will be doing an overkill of the recent one. Also try reinstalling Android SDK, or clean eclipse.exe.

But I will recommend that you try the solution mentioned first before you resort to these other ones.

Hope this helps.

__

Regards
Lee Hung

 

Answered By 10 points N/A #93861

Problem importing an Android project

qa-featured

I had found such problem in near past.

What you can do now is –

1. Go to My Computer/C drive,

2. Open Workspaces folder,

3. Then open My Project,

4. Open Metadata next,

5. Then open Plugins,

6. You will find org.eclipse.jdt.core, open it,

7. Then open org.eclipse.jdt.core.external.folders,

8. There must be a file called Project, remove/delete it.

9. Import Android project again.

It shall work. What else you can do is to make a new workplace or reinstalling Eclipse and Android SDK.

Related Questions