Is .apk file based installation supported on Tizen Os ?
相关问题
- apk big size with ionic 4 build
- Ionic Spinner not showing up
- Error: Cannot access database on the main thread s
- Video Format that Works on Mobile Phones
- Is it possible to customize Flutter Webview error
相关文章
- is there a “rails” way to redirect if mobile brows
- Unable to open keystore in AndroidStudio - “Redund
- Ascii check mark is always red in mobile
- how to tell if android user came from home screen
- Overlapping Text in CSS - How do I change it?
- ANdroid - Run APK file after edited using apktool
- Why do mobile browsers load my page completely zoo
- Some Android devices extremely slow when rendering
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 usesadb
for deployment, Tizen usessdb
for deployment.Not directly, but there is one compatibility layer for that. http://openmobile.co/pdf/Data_Sheet_ACL_for_Tizen_8.pdf
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.
Since android app is written by java, and Tizen OS is base on C/C++. it's not supported.