Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error installing tizen studio on windows 10

No matter which of the three tizen studio 2.0 installers I try they all don't work as they won't accept any path. The CLI installer gives the most detailed description:

** The directory you specify is not allowed to install the Tizen Studio. Some tools of the Tizen Studio will not properly work in the directory with administrator privilege or read-only access rights for your account.=> path

I have tried starting the installer with admin rights and owning the destination folders. Additionally, I switched from JDK 9 to 8.

Still, there seems no way to get the installer running. Any ideas what the reason could be? Thanks!

like image 367
Henry Avatar asked Nov 13 '17 16:11

Henry


People also ask

How do I install Tizen studio on Windows?

Enter the Tizen Studio installation location. The CLI installer begins to install the Web App Development platform and tools on your computer. If you want to develop a native application on the CLI, you must install the Native App Development platform and tools using the CLI Package Manager.

What if my Tizen studio version is too low?

Note If the installer gives a warning about your Tizen Studio version being too low, update Tizen Studio by using the Tizen Package Manager after setting the tool path.

How do I set up the Tizen baseline SDK?

After installing the Visual Studio Tools for Tizen extension, you must set up the Tizen Baseline SDK: In the Visual Studio IDE menu, go to Tools > Tizen > Tizen Package Manager. Select Install new Tizen SDK. Read the license document and click I Agree.

What are the system requirements for Visual Studio Tools for Tizen?

To work with Visual Studio Tools for Tizen, your computer must have: Visual Studio 2017 to use Tizen 4.0 and 5.0 Visual Studio 2019 to use Tizen 4.0 and higher Visual Studio 2022 to use Tizen 6.5 and higher Latest Tizen Tools updates support Tizen Native and Web app creation and is provided with Tizen Studio version 4.5 and above.


1 Answers

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!

like image 100
Henry Avatar answered Oct 21 '22 20:10

Henry