语言

Menu
Sites
Language
Developing .tpk vs .apk

 

Hi,

    After developing a .wgt or .tpk file, is it possible to port to android OS?
How can I convert the developed packages to other platforms? Can you
please suggest the possible ways?

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

响应

2 回复
Raghavendra Reddy Shiva
Hi Siva, Please try using the Intel's cross platform tool "XDK". It's available at http://software.intel.com/en-us/html5 Thanks !
Marco Buettner
TPK and APK are just container filetypes like zip. To port an application from A to B you have to convert the code! TIZEN use for native application C++ and for WebApps HTML5/CSS/JavaScript. Android use for native application Java. So you have to rewrite your native application from C++ to Java. Both speechs are similar but in few issues very different! WebApps can be run easy on other platforms. To convert a application to Android you have to add the Tizen-Framework. But maybe some device specific APIs doesnt work. You have to use the WAC API (http://www.wacapps.net).