Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android/Eclipse moved workspace from one computer to another computer

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

like image 973
Nathan Morales Avatar asked Dec 01 '11 07:12

Nathan Morales


1 Answers

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...

like image 59
Warpzit Avatar answered Nov 14 '22 23:11

Warpzit