Question
I developed a watch application based on the native calculator sample using Tizen Studio. The application is currently built for x86 architecture and works fine on the emulator.
When I try to compile an ARM version (for Galaxy Watch), I:
- Change the platform to ARM in the Properties box
- Save the changes
- Clean the project
- Rebuild the project
The compiler reports a successful build, but I cannot locate the resulting .tpk file. Shouldn't it be in the Release folder? Any help would be appreciated.
Answer
Problem Understanding
The user is trying to build an ARM version of their Tizen watch application but cannot find the output .tpk file after a successful build. This is a common issue when switching between architectures in Tizen Studio.
Solution Methods
-
Use Build Signed Package option:
- In Tizen Studio, go to Project menu
- Select "Build Signed Package"
- This will generate the .tpk file for the selected architecture (ARM in this case)
-
Check output location:
- After successful build, look for the .tpk file in:
[Project Directory]/workspace/[Project Name]/Release/- Or in the
Debugfolder if built in debug mode
- After successful build, look for the .tpk file in:
Additional Tips
- Make sure you have selected the correct build configuration (Release/Debug) before building
- If "Build Signed Package" option is not visible, try restarting Tizen Studio
- For Galaxy Watch applications, ensure you have the correct certificate profile configured