Languages

Menu
Sites
Language
SDK manager installation error

I used Ubuntu 12.04 64bit

I downloaded Tizen SDK for Wearable 1.0.0 (Ubuntu 64bits / tizen-wearable-sdk-2.2.159_ubuntu64.bin)

after that, changed mod to a+x, When I executed tizen-wearable-sdk-2.2.159_ubuntu64.bin. error happend

error message is 

Cannot execute the installmanager because of bit difference. 
 You must use installmanager which is same as OS bit. 
 Current OS bit : 32 
 Current InstallManager bit : 64 

 

As I wrote above, my Ubuntu is 64 bit OS

(When I checked using "uname -a", result is 

Linux XXXXXX 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux )

using "lsb_release -a"

No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.5 LTS
Release:    12.04
Codename:    precise
)

 

I don't know what's going on, what is the problem. who have any Idea ?

 

(Plus, I also downloaed 32bit Tizen SDK Wearable, tizen-wearable-sdk-2.2.159_ubuntu-32.bin.

When I executed that binary, of course, it didn't work . The message is 

The bit of java is different from the bit of your OS.)

Edited by: SANGWOOK PARK on 14 Jan, 2015

Responses

5 Replies
Alex Ashirov

Hi,

Strange. I have never seen such error before. Your linux core is obviously 64-bit. You can also check other packages using

dpkg --print-architecture

just in case.

SANGWOOK PARK

Thank you for your comment.

When I check os using dpkg --print-architecture, the result is "amd64"

Obviously , my linux is 64-bit. 

I don't understand this situation.

colin Rao

Did you check your JRE bit version?

Alex Ashirov

Hi,

Probably you are right. 

Just in case, JRE version can be checked by "java -version" command.

pradeep ramaiah

Why cant you install tizen-wearable-sdk with 64bit version,

Becaiuse what I guess is your OS is 64 bit version and does not support 32bit version of tizen-wearable-sdk