Reputation: 777
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!
Upvotes: 6
Views: 18673
Reputation: 1
How bout removing 32 bit Java client and installing 64 bit on win 10? Worked for me, no one seemed to notice that Installer opened in 7zip has an installer.jar which needs to be run with java client. Thanks for the advises on opening installer with 7zip.
Upvotes: 0
Reputation: 483
The regular way which Samsung provides is working for me:
The important part on Windows 10 is to navigate to YOUR users directory: For example your user name is Bob. Go to C:\ -> Users -> Bob. Then create there the empty folder "Tizen_Studio" with the 2 mentioned subfolders. Check with right-clicking on the Tizen_Studio folder -> Properties -> Security if your Username (here Bob) is listed in groups and users. Click on your profile there in the security tab and look if the folder has full access rights inside the checkboxes (btw this should be automatically set if you choose the right described environment).
Now in the installer dialog you can choose the studio folder for the ide/sdk and the data folder for the installing data request path.
Thats it! Just important to install it inside your username folder!
Upvotes: 1
Reputation: 41
I solved this problem that way:
Enjoy!
Upvotes: 4
Reputation: 1
It even does not work for me in %APP_DATA% and also not running the installer with Administrative privileges. But I finally found a solution which worked for me:
Upvotes: 0
Reputation: 576
I've successfully installed the IDE version with the following method:
Put following lines into this file
TIZEN_SDK_INSTALLED_PATH=C:\tizen-studio
TIZEN_SDK_DATA_PATH=C:\tizen-studio-data
You can download packages with C:\tizen-studio\package-manager\package-manager.exe
This worked for me, hope this helps...
Upvotes: 11
Reputation: 41
@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:
C:\Users\MrSmith\Tizen\tizen-studio
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:
Have a fan ;)
Upvotes: 4
Reputation: 1291
I had this problem as well (on my Windows 8.1 machine), and ended up using the previous version of Tizen Studio Installer (version 1.3)
https://download.tizen.org/sdk/Installer/tizen-studio_1.3/
Upvotes: 0
Reputation: 777
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!
Upvotes: 16