What happens with eclipse, adt-plugin and android-sdk?

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

I still have a problem. Before I start, I do Project -> Clean.

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

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

(Not only this project, I have this problem with two other projects)

Now in eclipse I am doing File -> Import -> Android -> Existing Android code in the workspace. Browse and then Copy Projects to 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. 

AndroidManifest.xml is empty.

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

+4
source share
1 answer

instead

Now in eclipse I am doing File -> Import -> Android -> Existing Android code in the workspace

try the following:

File → Import → General → Existing projects in the workspace ...

+4
source

Source: https://habr.com/ru/post/1432594/


All Articles