Languages

Menu
Sites
Language
Import Tizen Native Project from SDK 2.3 to SDK 2.4

Hi All,

I have developed Tizen Native App in Tizen SDK 2.3.

I imported this project in Tizen SDK 2.4, while building this project I am getting error "fatal error: 'Efl_Config.h' file not found"

How to resolve this error?

Will I have to create project from the begining?

Thank you.

Responses

3 Replies
colin Rao

As I know, the 2.3 and 2.4 are quite different. 

Possilbe, you need to create a new project, at least the building configure issues will gone. Then just copy your source code to the new project.

Alex Dem

Hi,
Afaik,  there is differences in formats of "manifest" and .cproject files for  2.3 /2.4 projects.
also afaik there are could be some differences for header's paths which are included in 2.3/2.4 projects.
Alexey.

Alex Dem

Also,
What way you try to include "Efl_Config.h"?
Alexey.