Android/Eclipse moved workspace from one computer to another computer

androideclipse

https://stackoverflow.com/a/4953458/1074880 I followed these instruction but didn't know what file to select after checking in my project properties.

Properties > Libraries (Unable to get system library for the project, Access rules: No rules defined, Native library location: (None)) > Add External JARs > program file > java > jre6 is it lib or bin then what do I select after that?

Errors:

Description Resource Path Location Type The project was not built
since its build path is incomplete. Cannot find the class file for
java.lang.Object. Fix the build path then try building this
project Unknown Java Problem The project was not built since its
build path is incomplete. Cannot find the class file for
java.lang.Object. Fix the build path then try building this
project Unknown Java Problem The type java.lang.Object cannot be
resolved. It is indirectly referenced from required .class files The
type java.lang.Object cannot be resolved. It is indirectly referenced
from required .class files Unable to resolve target
'android-8' Unknown Android Target Problem Unable to resolve target
'android-8' until the SDK is loaded. Unknown Android Target Problem
Unable to resolve target 'Google Inc.:Google APIs:8' Unknown Android
Target Problem Unable to resolve target 'Google Inc.:Google APIs:8'
until the SDK is loaded. Unknown Android Target Problem

Best Answer

One solution is simply to import project. Then clean, if it doesn't work, delete project, then import again. I assume you click copy content to local when you import.

Another solution is to make a new android project and select create project from existing source.

Whatever solution is used you still sometimes have to do it multiple times for it to work...