简体   繁体   中英

Problem importing existing Android project

So I got a new laptop and I setup everything but now, when I try to import an existing project I get all kinds of problems.

The console gives me this message...

[2011-07-01 21:18:38 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read C:\Program Files\Android\android-sdk\AndroidManifest.xml: java.io.FileNotFoundException: C:\Program Files\Android\android-sdk\AndroidManifest.xml (The system cannot find the file specified)

[2011-07-01 21:18:38 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read C:\Program Files\Android\android-sdk\AndroidManifest.xml: java.io.FileNotFoundException: C:\Program Files\Android\android-sdk\AndroidManifest.xml (The system cannot find the file specified)

[2011-07-01 21:33:31 - Notepadv3] AndroidManifest.xml file missing!

Within the app the various classes are telling me to remove the @Override annotation. Any ideas??

change your compiler to JDK 6 from Prefrence -> Java -> comipiler and also when you import selet android project, I am assuming you.

for your @Override problem: thats a java 1.5 vs 1.6 issue - java 1.6 allows @overrides for implementations of interface methods - 1.5 not

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