Is Android Installer (.apk file) supported in Tize

2020-03-23 18:26发布

Is .apk file based installation supported on Tizen Os ?

4条回答
祖国的老花朵
2楼-- · 2020-03-23 18:58

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楼-- · 2020-03-23 19:03

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

查看更多
Root(大扎)
4楼-- · 2020-03-23 19:06

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.

查看更多
forever°为你锁心
5楼-- · 2020-03-23 19:17

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

查看更多
登录 后发表回答