Question
I encountered issues after upgrading from Tizen Studio 2.2 to 3.0 on Windows 10 Pro:
- The package manager update corrupted data files and broke project file references
- Fresh installation of Tizen Studio 3.0 fails - the installer terminates after showing the extraction screen
- Reverting to 2.2 works initially, but package manager updates still fail
- No error messages appear - the process simply terminates after showing "the installation process is starting"
I suspect this might be related to permissions or Java configuration, as debugging didn't reveal any exceptions.
Answer
Problem Understanding
The issue appears to be related to:
- Package manager corruption during update
- Silent installation failure without error messages
- Potential Java configuration conflicts
Solution Methods
-
Verify Prerequisites:
- Check system requirements: Tizen Studio Prerequisites
- Ensure proper Java configuration (JDK 8 recommended)
-
Clean Java Installation:
- Remove all existing JDK installations
- Clear Java-related environment variables
- Install latest JDK 8 (1.8.0_191-b12 or newer)
- Set JAVA_HOME properly: Java Home Setup Guide
-
Clean Tizen Studio Installation:
- Uninstall all Tizen Studio versions
- Remove any remaining Tizen-related directories
- Install fresh copy of Tizen Studio 3.0
Additional Tips
- Avoid having multiple JDK versions installed simultaneously
- Run installer with administrator privileges if permission issues persist
- Check Windows Event Viewer for any silent errors during installation