简体   繁体   中英

How to fix my Android Project in Eclipse?

I've downloaded my project from the server in another PC, and imported it in Eclipse, but now it does note run.

I've already cleaned the project at Project menu, and fix the projet properties in Android Tools.

I am getting these errors:

Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".

Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.

The Fix Project Properties does not works.

I think the problem is the relative path. I've got an error like res' does not exist.

Where I set this relative path in my project?

How about to change 'compiler compliance level'?

You can find that - Project property > java compiler

1.6 or 1.7 may fix your problem...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM