java - Eclipse import existing android project -
i have http://developer.android.com/shareables/training/animations.zip demo project google training course. when import in eclipse: import > existing android code workspace 
i see same thing if create new project: file > new > project > android project existing code maybe there alternative method import project.
vova,
here's deal. basically, project not have .classpath or .project file. if trying open eclipse needs .project file. put, this:
a. if have built project in workspace, copy .project , .classpath file folders root root of animationsdemo (the same folder androidmanifest.xml project) b. open .project file notepad c. in tag 'name', change existing project's name animationsdemo.
that's it.
tell me if works accepting answer!
-vivek
Comments
Post a Comment