语言

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?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

4 回复
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.