언어 설정

Menu
Sites
Language
Can not install Tizen Studio on Ubuntu 19.04

Can not install Tizen Studio on Ubuntu 19.04

It requires very old library libwebkitgtk

Tried to install Tizen Studio 2.5 and 3.3

Responses

3 댓글
Karthik Bhat

Hi Denis,

Thanks for the question. Currently Tizen Studio is supported till 18.04.

Ubuntu 19.04 is not yet officially supported we are working on the same.

 

Meanwhile can you try to install the libwebgtk using the deb file like mentioned here https://askubuntu.com/questions/1143637/how-do-i-install-libwebkitgtk-1-0-0-on-ubuntu-19-04

You can also refer to https://developer.tizen.org/community/tip-tech/how-use-tizen-studio-on-ubuntu-18.04 for few troubleshooting tips.

We will work on 19.04 support.

Please let us know if the above solution worked for you.

 

Thanks and Regards

Karthik

Denis Podanchuk

19.10 already launched. 20.04 LTS is coming.

So when we get IDE compatible with these OSes?

Denis Podanchuk

Hello and thank for reply!

I set up Win7 on virtual machine and it helps. But this solution is temporary and extremely uncomfortable.

So I set up tizen studio cli. It seems to work but I stuck on project packaging.

Let me explain my way. I have a sources with existing application. My following steps were:

1. Generated certificate. reffering to https://developer.tizen.org/development/tizen-studio/web-tools/cli#Issue_tizen_cert
    command: tizen certificate -a mycompany -p mypass -c UA -o "MyCompany" -u Development -e se*****@*****.com -f mycompany

2. Added new security profile. Ref: https://developer.tizen.org/development/tizen-studio/web-tools/cli#Manage_sec_prof
    command: tizen security-profiles add -n MyCompany -a /.../tizen-studio-data/keystore/author/mycompany.p12 -p mypass
    next: tizen security-profiles list
             Loaded in '/.../tizen-studio-data/profile/profiles.xml'.
             [Profile Name]      [Active]  
             MyCompany          O

3. Tried to create package. Ref: https://developer.tizen.org/development/tizen-studio/web-tools/cli#Pack_tizen_app

    command: tizen package -t wgt --sign MyCompany -- /..../MyApp
    getting an error:  An error has occurred. See the log file tizen-sdk/tools/ide/cli.log
    unfortunately can not find file cli.log