Link to home
Start Free TrialLog in
Avatar of Sreejith22
Sreejith22Flag for India

asked on

Issues while building a project in eclipse

Hi experts,

I am trying to build the android source code in eclipse and eclipse gives me the following error(Please refer the screenshot attached).

I am working from Ubuntu.

The error says that, eclipse is unable to delete some manifest file.

Experts, kindly help.

Any help in this regard which will guide me to a solution  will be well appreciated with points.

BR,
Sree


Screenshot.png
Avatar of dsmile
dsmile
Flag of Viet Nam image

You should check for write permission in the path
Eclipse should have at least 755 permission or you can chmod that full path to 777
ASKER CERTIFIED SOLUTION
Avatar of Sreejith22
Sreejith22
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sreejith22

ASKER

Re-installed eclipse.
I solved this issue by myself.