Technology, Smartphones, Games


Invalid Project Description error when importing Android Projects to Eclipse

Invalid Project Description error when importing Android Projects to Eclipse

When am trying to import an existing android project to Eclipse it is showing the error “Invalid Project Description”. The solution for this “Invalid Project Description” error is

1. Instead of using Android => Existing Android code to workspace you need to choose General => Existing projects into workspace

Invalid Project Description error when importing Android Projects to Eclipse Solution

2. This will import the project, but NOT as an android project. So you need to do two more things

i. Go to project properties => Android and choose the appropriate target of the project

Solution for Invalid Project Description error when importing Android Projects to Eclipse

ii. Properties => Android Tools => Fix Project Properties

Solution - Invalid Project Description error when importing Android Projects to Eclipse

That’s all. your project is imported and ready to run Smile

[Via Stack OverFlow]