Languages

Menu
Sites
Language
Tizen Studio 1.0 not able to properly deploy .tpk to device

The Tizen Studio is failing to install app.

Console Logs below - 

Launching the Tizen application...
# If you want to see the detailed information,
# please set the logging level to DEBUG in Preferences and check the log file in 'D:\tizen-studio-data\ide\logs/ide-20160909_162649.log'.

[Deploying the package...]
    RDS: On
[Creating the package...]
    Created the package: D:\Users\Ashish\TizenStudio-workspace\BasicUI\Debug\org.example.basicui-1.0.0-arm.tpk
[Transferring the package...]
    Transferred the package: D:\Users\Ashish\TizenStudio-workspace\BasicUI\Debug\org.example.basicui-1.0.0-arm.tpk -> /opt/usr/apps/tmp
[Installing the package...]
    Uninstalling the package...
/usr/bin/pkgcmd: invalid option -- 'G'

Package Manager Tool Version: 0.1

-i, --install        install the package
-u, --uninstall        uninstall the package
-r, --reinstall        reinstall the package
-c, --clear        clear user data
-m, --move        move package
-g, --getsize        get size of given package
-T, --getsize-type    get type [0 : total size /1: data size]
-l, --list        display list of installed packages
-s, --show        show detail package info
-a, --app-path        show app installation path
-C, --check        check if applications belonging to a package are running or not
-k, --kill        terminate applications belonging to a package
-d, --descriptor    provide descriptor path
-p, --package-path    provide package path
-n, --package-name    provide package name
-t, --package-type    provide package type
-T, --move-type    provide move type [0 : move to internal /1: move to external]
-h, --help        print this help

Usage: pkgcmd [options] 
pkgcmd -i -t <pkg type> (-d <descriptor path>) -p <pkg path> 
pkgcmd -u -n <pkgid> 
pkgcmd -r -t <pkg type> -n <pkgid> 
pkgcmd -l (-t <pkg type>) 
pkgcmd -s -t <pkg type> -p <pkg path> 
pkgcmd -s -t <pkg type> -n <pkg name> 
pkgcmd -m -T <move type> -n <pkg name>

pkgcmd -g -T <getsize type> -n <pkgid> 
pkgcmd -C -n <pkgid> 
pkgcmd -k -n <pkgid> 
Example:
pkgcmd -u -n org.tizen.calculator
pkgcmd -i -t rpm -p /mnt/nfs/org.tizen.calculator_0.1.2-95_armel.rpm
pkgcmd -r -t rpm -n org.tizen.calculator
pkgcmd -c -t rpm -n org.tizen.hello
pkgcmd -m -T 1 -n org.tizen.hello
pkgcmd -C -n org.tizen.hello
pkgcmd -k -n org.tizen.hello
pkgcmd -a
pkgcmd -a -t rpm -n org.tizen.hello
pkgcmd -l
pkgcmd -l -t tpk
pkgcmd -g -T 0 -n org.tizen.calculator
cmd_ret:0
    Installed the package: Id(org.example.basicui), Version(1.0.0)
[Running the application...]
... launch failed
Tizen application is successfully launched.
(6.084 sec)

 

Cheers,

Aashish
 

Edited by: Ashish Patil on 09 Sep, 2016

Responses

2 Replies
Mehedi Alamgir

As Tizen application is successfully launched. message shows, So application runs perfectly.

In Tizen Studio, You need to select device name first (In which device you want to deploy) from the dropdown list of top of the IDE.

 

Mehedi Alamgir

Check the following Screenshot

http://imgur.com/a/OVpwl