Languages

Menu
Sites
Language
if project was imported, IDE rebuilds all files every time

I have a project which was developed not on my computer. I imported it using File->Import->Tizen Native App ...

But if I make a little fix in one file the IDE will rebuild all source files. I tried to Import other projects on different computers and I got the same result. IDE rebuilds  Imported project every time completely.

Does anybody know how can I fix it?

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
muditha murthy
Try disabling the Build Automatically option. Refer:Eclipse Development Documentation > C/C++ Development User Guide > Tasks > Building projects
Sergey Lagner
I did it but nothing changes. Any advice?
muditha murthy
Try creating a new project in the IDE and copy those source and header files of project in this newely created project.
Sergey Lagner
Yes. It solves my problem, but it very uncomfortable. And I don't understand why it happens.