0

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

1
  • Btw, I should mention I'm trying to import by going to file>new project>import from existing source Commented Jul 2, 2011 at 1:38

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

Do you mean 1.6? compiler compliance level? That is what it's on and yes I select import Android project. I've done it many times on my other laptop no problems many times
0

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

1 Comment

It says my compiler compliance level is 1.6

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.