Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Some days ago I had this problem. https://code.google.com/p/android/issues/detail?id=36174

I still have the problem. Before I Run, i'm doing Project -> Clean.

Now, today, I have another problem. Frustrating. I downloaded this:

  http://code.google.com/p/openjleuleu-android-flashlight/

(Not only this project, I have this problem by two other Projects)

Now in eclipse I'm doing File -> Import -> Android -> Existing Android Code Into Workspace. The "Browse" and then "Copy projects into workspace".

And now I get this error:

  openjleuleu Project has no target set. Edit the project properties to set one.
  openjleuleu Parser exception for /openjleuleu/AndroidManifest.xml: Premature end of file.

The AndroidManifest.xml is empty.

I have downloaded everything new. (android-sdk, Java, eclipse).

share|improve this question

1 Answer

up vote 1 down vote accepted

instead of

Now in eclipse I'm doing File -> Import -> Android -> Existing Android Code Into Workspace

try this:

File -> Import -> General -> Existing projects Into Workspace...

share|improve this answer
With the old eclipse, this did not work anymore. I was frustrated and I did not tried it with the new eclipse. It works again. – user1205415 Sep 6 '12 at 7:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.