Is Android Installer (.apk file) supported in Tize

2020-03-23 18:55发布

问题:

Is .apk file based installation supported on Tizen Os ?

回答1:

The native applications of both are entirely different, .apk for android coded in Java and .tpk for Tizen coded in C++. So its impossible to directly instal .apk files in Tizen.

But OpenMobile has created an application named ACL for Tizen which will run almost any android applications in Tizen platform.

First you will have to install the application in the Tizen device and you have to load the apk within the ACL application.



回答2:

No it is not supported directly, although there are some third-party emulators.

Tizen supports its own format .tpk for native and .wgt(which uses and extends W3C specifications) for Web Apps. Android uses adb for deployment, Tizen uses sdb for deployment.



回答3:

Not directly, but there is one compatibility layer for that. http://openmobile.co/pdf/Data_Sheet_ACL_for_Tizen_8.pdf



回答4:

Since android app is written by java, and Tizen OS is base on C/C++. it's not supported.