Question
I previously used Tizen SDK and recently switched to Tizen Studio. In the SDK, I could add image files by simply dragging and dropping, but this doesn't seem to work in Studio. I'm trying to find how to add image files (photo files) but can't locate the option. How can I add image files in Tizen Studio?
Answer
Problem Understanding
The user is transitioning from Tizen SDK to Tizen Studio and encountering difficulty in adding image files to their project, which was previously done through drag-and-drop functionality.
Solution Methods
-
Using Package Manager (for SDK images):
-
Drag-and-Drop Method (for project resources):
- In Tizen Studio 1.0.1 and later versions, you can still use drag-and-drop to add image files
- Simply drag your image file and drop it into the "res" directory of your project
Additional Tips
- Make sure you're adding images to the correct directory (typically the "res" folder)
- Supported image formats include PNG, JPG, and GIF
- For better organization, consider creating subfolders within the "res" directory for different image types or resolutions