语言

Menu
Sites
Language
Converting Native App to Tizen

 

Hello All,

I have Marmalade game and i want to port it to Tizen.

As marmalade currently not supporting Tizen i am searching for
alternatives.

is there anyway to create .tpk from .so(which was generated with game code from marmalade)

 

Thanks,

Sareap

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

响应

5 回复
john Smith
Hi, Directly you can not import the application into Tizen. To import the application which has been created in Marmalade SDK, you need a third party ACL(Application Compatibility Layer) for that. But as of now nothing has been recommended by Tizen, whether it should be supported or not.
john Smith
Hi, Sorry for the confusion. You can able to convert the .so package file to .tpk. For this you need an Add-on-SDK package for that.Go through below link http://developer.bada.com/library/Migration-Tool-Installation-for-Converting-bada-Applications-to-Tizen-Applications Thanks,
sareap yalavarthi
Hello John Smith, Thanks for your reply. I have gone through the link and as per my understanding that tool is for converting bada applications to Tizen with minimal code changes, please correct me if i am wrong. My question is, by using existing .so from Marmalade and without modifying anything in the code, can we generate .tpk ? Thanks, Sareap
Fred Di Sano
Hi Sareap, Were you able to convert your Marmalade Bada app to run on Tizen?
john Smith
Hi, You can convert bada application to Tizen without modifying any code. Thanks,