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

Is . apk file supported on Tizen Os?

+4
source share
4 answers

Both types of native applications are completely different: .apk for android, encoded in Java and .tpk for Tizen, encoded in C ++. Thus, it is not possible to directly install .apk files in Tizen.

But OpenMobile has created an application called ACL for Tizen that will run almost any Android application on the Tizen platform.

First you will need to install the application on the Tizen device, and you must download the apk in the ACL application.

+4
source

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

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

+3
source

Not directly, but there is one level of compatibility for this. http://openmobile.co/pdf/Data_Sheet_ACL_for_Tizen_8.pdf

+1
source

Since the Android application was created by java, and Tizen OS is a base in C / C ++. It is not supported.

+1
source

All Articles