Hello,
This is due to changes in the Tizen SDK. A fix is scheduled for Unity 5.3.4p1.
You can fix this problem manually by doing this:
- go to Temp\StagingArea in your Unity folder
- rename folder ābuildā into ābinā
- zip content of StagingArea folder and call that zip file ātizen.tpkā. In the root of this zip file you should have \bin \data \lib and so on
- run ātizen.bat packageā on this new tizen.tpk file and then use āsdb installā to install this new file
You can copy and modify ātizen.bat packageā run command from unity build output and modify that command to use tizen.tpk
In my example I have use this command:
tizen-sdk\tools\ide/bin/tizen.bat package ā āD:\Unity\Tizen2\Temp\StagingArea\tizen.tpkā -t tpk -s tizensignalias
I have use Unity 5.3.4f and Tizen SDK 2.4 rev 4 with Samsung Z3 and it works as expected.
Best regards
Bojan
Thank you very much. you perfect solved my problem.
Hi,
i have the same problem and the solution to manual package and signing was working. i just have the Problem that after the install/push command i get some errors:
error: failed to close ā/system/bin/sh: /usr/bin/pkgcmd: not found/tmp/tizen.tpkā: No such file or directory
All of view pic.
I am unable to build tpk file.
Please refer attachment for errors.
My Unity version is 5.5.2f
OSX 10.11
Tizen SDK 3.0
Looks like you may need to install the correct Java version for Tizen Studio. You can get it here: https://www.java.com/en/download/
@Masterfalcon
I have installed Java 8 update 121
also jdk 1.8.0_121
still getting same error
I have also specified correct JDK path in unity preferences
is there any specific version of Java needed for tizen?
Java 8 is what is required. I have 3 ideas.
- Try restarting Unity
- Try restarting the computer
- Try uninstalling and reinstalling Tizen Studio
Hopefully one of those will work.
Thank you. I got same problem. :3
It seems Tizen Builds on Windows machine is better.