Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
Incorrect architecture and configuration when calling “tizen build-app” (Tizen CLI) to build hybrid wearable app
I’m running the following command to build my Tizen 3.0 hybrid wearable app (compiler: llvm-4.0, architecture: arm, platform: wearable-3.0):
The console output shows that the native app is built targeting i386 (not arm) architecture, and with Debug configuration (not Release):
package : MyPkg
package type : hybrid
project : %WebAppPath%
project : %NativeServicePath%
Wearable-3.0, i386
=== ====== ===
[PLATFORM] Wearable-3.0
[ARCHITECTURE] i386 <=======incorrect
[COMPILER] LLVM-4.0
[CONFIGURATION] Debug <======= incorrect
If I remove the “rootstraps” parameter, then the app is built in Release configuration (good), but the app still targets i386 instead of arm (bad).
What is the correct CLI syntax for ensuring that my app is built targeting “arm” architecture, and only in Release mode?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio