Error installing tizen studio on windows 10

I managed to install tizen studio and the SDK using the %appdata% path. If anyone else has the problem, try e.g.

C:\Users\YourName\AppData\Roaming\Samsung\tizen-studio

This is definitely a flaw Samsung should take care of!


I've successfully installed the IDE version with the following method:

  1. Download Tizen Studio Web IDE installer
  2. Open installer with 7-zip archive manager
  3. You should find tizen-sdk.zip archive
  4. Open it and extract it into the C:\tizen-studio folder
  5. Create C:\tizen-studio-data folder
  6. Create sdk.info file inside C:\tizen-studio folder
  7. Put following lines into this file

    TIZEN_SDK_INSTALLED_PATH=C:\tizen-studio

    TIZEN_SDK_DATA_PATH=C:\tizen-studio-data

  8. You can download packages with C:\tizen-studio\package-manager\package-manager.exe

  9. You can start IDE from C:\tizen-studio\ide\TizenStudio.exe

This worked for me, hope this helps...


@Henry was almost correct and his scenario works on CLI/IDE installers.

And here are actual restrictions on Win10x64 tizen-studio 2.0 installation I've found:

  • pointed SDK location needs to be in your user directory. For example:

C:\Users\MrSmith\Tizen\tizen-studio

  • Data location could be anywhere, but in case of CLI installation, it will be near SDK folder.
  • CLI installation actually does unzip only and all further system configuration needs to be done manually. So, if you need only CLI, you could unzip "web-cli_Tizen_Studio_2.0_windows-64.exe" with 7zip or any other proper archiver where you want and do further manual configuration. (See here https://developer.tizen.org/development/tizen-studio/web-tools/cli)

Probably, if you login under Administrator you will be able to install SDK anywhere. Just "Run as administrator" doesn't work, at least for me.

My system params:

  • Win10 Pro x64
  • Oracle JDK 1.8.0_152

Have a fan ;)