1

I have taken code from server repository in a folder in D drive. while i import project in workspace it shows error invalid project description ?what is solution of it.

Nitesh Kabra
  • 71
  • 2
  • 4
  • 11

4 Answers4

15

Your project location should not be the same as that of your current workspace location. Copy the project to some other location and try importing...make sure there is no folder with the same name exists in your current work space.

Check this link for more help.

Community
  • 1
  • 1
Eldhose M Babu
  • 14,382
  • 8
  • 39
  • 44
1

Try creating a new Android project and select "Create from existing source" (the exact way of doing this is different depending on what version of ADT you have).

Jimbali
  • 2,065
  • 1
  • 20
  • 24
0

You might be having another project in your workspace .. pointing to same location

Deepak Patil
  • 3,419
  • 3
  • 25
  • 22
0

Take your project folder one directory lower or higher .

E.g. if your project folder path is : C:\ProjectFolder , then move it to something new like C:\NewFolder\ProjectFolder . Now import this ProjectFolder .Bingo.

Hope it helps..

Rohan K
  • 872
  • 11
  • 18