Hello All,
I have an aplication written in C and C++ that needs a set of files for its execution.I choose EFL libraries for its development.Once it is compiled ,i created a .rpm package am able to run itin Emulator.The .rpm package consists of excutable,icon and files.I got different results like
- when I click the icon in Tizen Emulator it is showing some result.
- when the run the executuable in shell associated with emulator,the result is different when compared with the result of Emulator.
- Both results are displaying in the Emulator.
One more info the result depends on the files present in the package.When I cross verified,the current working directory ,it is showing differently when i click th icon in Emulator and ran the executable in Tizen shell.So,I think there is a limitation of accessing the files.Please let me know where i have to place these dependent files,so that application works properly.