Hi,
I have device Samsung Z SM-Z910F and i want to install native application on it.
I installed "Tizen Extension SDK for Certificate", got the Tizen certificate and device profile and set "permit to install applications" option.
In IDE I created new native project and tried to run it on this device. And i got this error:
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 '/Users/konstantin/tizen-sdk-data/ide/logs/ide-20150327_130513.log'.
[Deploying the package...]
RDS: On
[Creating the package...]
Created the package: /Users/konstantin/workspace/NewHello/Debug/org.tizen.newhello-1.0.0-arm.tpk
[Transferring the package...]
Transferred the package: /Users/konstantin/workspace/NewHello/Debug/org.tizen.newhello-1.0.0-arm.tpk -> /opt/usr/apps/tmp
[Installing the package...]
Uninstalling the package...
path is /opt/usr/apps/tmp/org.tizen.newhello-1.0.0-arm.tpk
Archive: /opt/usr/apps/tmp/org.tizen.newhello-1.0.0-arm.tpk
inflating: /tmp/pkgmgr_tmp/tizen-manifest.xml
start process (install)
.
error : 12
end process (fail)
processing result : MANIFEST_INVALID [12] failed
spend time for pkgcmd is [2197]ms
cmd_ret:12
(10.609 sec)
Could you please help me with this problem? Does the SDK version have to be the same as device SDK version? I have Tizen 2.3 SDK and this device runs 2.2.1 SDK.
Thanks a lot.