Languages

Menu
Sites
Language
"Cannot install the Tizen Studio package." when installing "MOBILE-4.0-Emulator"

I am not sure about this, but it fails every time like clockwork. I have a CI bot that downloads and installs the Tizen SDK, but it fails with a download of the second item. The same thing happens on my local machine, other packages work fine, and if I run it again, it appears to work.

On the CI bot, it is a GUI-less Ubuntu 14 and 16. On my local machine it is also a GUI-less Windows Subsystem for Linux Ubuntu. Maybe it has something to do with the fact that there is no GUI, but maybe not.

After installing the Tizen SDK, I try and install the "MOBILE-4.0" package:

./package-manager/package-manager-cli.bin install --no-java-check --accept-license MOBILE-4.0

This is the output:

Package Manager (0.4.23)

****************************************
******* Start to update packages *******
****************************************
Nothing to update.

****************************************
****** Start to install packages *******
****************************************
Under packages will be installed.
     * Emulator
     * MOBILE-4.0-Emulator
     * NativeToolchain-Gcc-6.2
     * NativeCLI
     * MOBILE-4.0-NativeAppDevelopment-CLI
     * Certificate-Manager
     * WebIDE
     * MOBILE-4.0-WebAppDevelopment
     * MOBILE-4.0-WebFramework-TAU-CLI
     * MOBILE-4.0-WebFramework-TAU
     * NativeIDE
     * MOBILE-4.0-NativeAppDevelopment
[Emulator] 
0% [----------------------------------------] 100 %
   [++++++++++++++++++++++++++++++++++++++++]
[MOBILE-4.0-Emulator] 
0% [----------------------------------------] 100 %
   [++++++++++++++++++++++++++++++++++++++org.tizen.manager.exception.UMException: Cannot install the Tizen Studio package.
**   Error  **
Installation has been failed.

If I run the command again, it continues where it left off and finishes fine. (I don't use the emulator, so I am not sure if it actually installed)

 

Responses

3 Replies
K Johnson

Which version of Tizen Studio you're using? According to your post, I'm assuming that other packages install properly from CLI. You may try running an emulator or app from properly installed package list just to ensure that the installation is flawless. 

Another thing, if the command running for the second time finishes properly then you may try building and running a Mobile 4.0 app(Native/ Web) and check whether it gives any error or not.

Matthew Leibowitz

Not sure what you mean by "You may try running an emulator or app from properly installed package list just to ensure that the installation is flawless. "

 

I am literally trying to install anything. This is the install step. I downlaoded the CLI.

Aditya Aswani

Hi, the package-manager version is quite old, Would it possible for you to update Tizen Studio using the following commands

./package-manager/package-manager-cli.bin self-update
./package-manager/package-manager-cli.bin update

 

After runnning the above commands

./package-manager/package-manager-cli.bin show-info

it should indicate that the Tizen Studio version is 3.7

Now can you try installing Mobile 4.0 and let us know if it works fine or not