Question
I'm attempting to create a static library project in Tizen Studio but encountering an error. The same issue occurs when trying to create a shared library.
Error Message:
Project cannot be created.
Reason: Internal Error:
String index out of range: 2
Steps I followed:
- File → New → Other → C/C++ Project → C Managed Build
- Selected "Tizen Native Static Library" → "Tizen Static Library Project"
- Clicked Finish
Environment:
- Tizen Studio version: 3.6
- Selected Toolchain: Tizen Native Toolchain
How can I successfully create a static library in Tizen Studio?
Answer
Problem Understanding
The user is experiencing an internal error when trying to create a static/shared library project through the C/C++ Project creation path in Tizen Studio 3.6.
Solution Methods
- Alternative Creation Method:
- File → New → Tizen Project
- Select Template → Mobile/Wearable → Native Application
- Choose either Shared Library or Static Library option
Additional Tips
- Ensure your Tizen Studio is updated to the latest version
- Verify that the Native Toolchain is properly installed
- If issues persist, try creating a new workspace or reinstalling Tizen Studio