语言

Menu
Sites
Language
Tizen SDK installation error in ubuntu32

Hello Guys

 I am trying to install tizen sdk for mobile on ubuntu 14 32 bit but it is always failing with package file checksum error for dynamic analyser.Please help

Regards

 

响应

5 回复
Alex Dem

Hi,
Try to check , please: https://developer.tizen.org/downloads/sdk/installing-sdk/prerequisites-tizen-sdk
Alexey.

Alex Ashirov

Hi,

What SDK are you trying to install?

Mayank Gupta

Tizen 2.3 rev1 sdk

Alex Ashirov

Hello,

Could you please try to download the Download manager and the SDK image once again? Probably they were incorrectly downloaded or their versions are incompatible.

You need to download the following files:

http://cdn.download.tizen.org/sdk/InstallManager/tizen-sdk-2.3-rev1/tizen-sdk_2.3.59_ubuntu-32.bin

http://cdn.download.tizen.org/sdk/sdk-images/2.3_Rev1/tizen-sdk-image-TizenSDK_2.3.0_Rev1-ubuntu32.zip

Alex Ashirov

HI,

Also please make sure that the pre-requisite packages are installed:
For Web App SDK:
$ sudo apt-get install libudev-dev libwebkitgtk-1.0-0
For Native App SDK:
$ sudo apt-get install libudev-dev libwebkitgtk-1.0-0 libpython2.7 make findutils rpm2cpio cpio
For Emulator:
$ sudo apt-get install libsdl1.2debian