Languages

Menu
Sites
Language
Tizen SDK 2.3 CLI

Does Tizen SDK 2.3 support Command Line Interface from previous SDK versions? If it supports new one where I can find how to use it? Because I can not find native-* scripts any more.
 

View Selected Answer

Responses

6 Replies
daniel kim

Hi,

I found a tizen.bat in the \tizen-sdk\tools\ide\bin in SDK2.3 and think that the previous CLI was updated to this one.

 

 

 

Valerii Kanunik

Thanks Daniel,

There is also tizen.sh for linux.

Valerii Kanunik

So now I found how to create and build native project but I can not create a package. I got java.lang.NullPointerException and I can not find any documentation about CLI in SDK 2.3.

Can somebody write step by step termianl commands how to create, build, sign and pack Tizen Native Project with SDK 2.3?

Mark as answer
Alex Dem

Hi,
Regarding CLI for Native apps in 2.3.0, I have found only this in dev-guide.
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/command_line_interface.htm
Alexey.

Valerii Kanunik

Strange, why I could not find this before.. Thanks a lot anyway!

Junil Kim

It seems to be getting more similar to android...