Question
I'm having an issue with Tizen Studio while trying to run my first "Hello Tizen" native application. The application runs fine on the emulator, but I can't run it on my physical device because the Device Manager fails to open. When I attempt to launch it, I receive the following error message: "Unexpected exception occurred. Exception: Exception in application start method"
Environment details:
- Java version: Oracle Java 8
How can I resolve this issue?
Answer
Problem Understanding
The error occurs when trying to launch the Device Manager in Tizen Studio, preventing deployment to physical devices. This is typically related to Java configuration or environment issues.
Solution Methods
-
Verify Java Installation:
- Ensure you have the correct version of Java installed (Oracle JDK 8 is recommended)
- Check that JAVA_HOME environment variable is properly set
- Verify the Java path in Tizen Studio preferences (Window > Preferences > Tizen Studio > Locations)
-
Clean and Restart:
- Close Tizen Studio
- Delete the workspace/.metadata/.plugins folder
- Restart Tizen Studio
-
Reinstall Tizen Studio:
- If the issue persists, consider reinstalling Tizen Studio with the latest version
- Make sure to install all required packages during setup
Additional Tips
- Always use the recommended Java version for your Tizen Studio version
- Check for any conflicting Java installations on your system
- For more details, refer to the official documentation on Samsung Tizen OS website