Is Android Installer (.apk file) supported in Tizen Os?

26,409

Solution 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.

Solution 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.

Solution 3

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

Solution 4

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

Share:
26,409

Related videos on Youtube

Faison N.P
Author by

Faison N.P

Updated on July 29, 2020

Comments