Question
I'm experiencing problems installing Tizen Studio on macOS Catalina. Here's what happens:
- I download the installation file and double-click it
- The installation appears to complete successfully
- I check 'Launch the Package Manager' and click 'Install'
- The 'Install' button disappears, but nothing else happens
- When trying to manually open tizen-studio/package-manager.app, I get a Java-related error popup
Additional details:
- Initially had Java 13 installed, then downgraded to Java 8 with no improvement
- Tizen Studio launches, but Emulator Manager shows "Emulator Manager is not installed"
- Suspect this is because Package Manager isn't working properly
Any advice on resolving these issues would be greatly appreciated.
Answer
Problem Understanding
The installation issues stem from Java dependency problems in Tizen Studio 3.6, particularly with:
- Java version conflicts
- Environment variable configurations (PATH and JAVA_HOME)
- Package Manager functionality
Solution Methods
-
Upgrade to Tizen Studio 3.7:
- Download the latest version from: https://developer.tizen.org/development/tizen-studio/download
- This version removes Java prerequisites, eliminating related installation issues
-
Clean Installation:
- Completely uninstall previous Tizen Studio versions
- Remove any remaining Java installations
- Install Tizen Studio 3.7 fresh
-
Environment Verification:
- After installation, verify all components are properly installed
- Check that Package Manager launches correctly
- Confirm Emulator Manager is now available
Additional Tips
- The latest Tizen Studio versions have improved macOS compatibility
- If issues persist, check system logs for detailed error information
- Consider running installation with administrative privileges if permission issues occur