0

I use Eclipse with ADT installed. And I have never really been able to import projects. The thing is, when I do what tutorials tell me to do, which is:

My files:
> Username
> > Downloads
> > > Apps
> > > > Project1
> > > > > AndroidManifest.xml
> > > > > res
> > > > > src
  • Click import
  • Existing android application
  • Select root directory
    • I selected the folder ".../Username/Downloads/Apps"
  • Then select the projects you want and click next...

The problem is, the list of apps to import is empty after I select my path!

Aleksander Fimreite
  • 1,439
  • 2
  • 18
  • 31

1 Answers1

0

The way I do it is just selecting the folder containing th res and src subfolders, then use the option (checkbox) "Copy projects into workspace". Then finish

FrankenBel
  • 86
  • 5