Search Unity

Can we build the tizen distributable .tpk file in unity without having an actual physical device?

Discussion in 'Tizen' started by hienbui3112, Feb 14, 2017.

  1. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    Hi everyone.

    Can we build the tizen distributable .tpk file in unity without having an actual physical device?
    My app can run on simulators but cannot run on devices from Samsung Remote Test Lab. (I already removed 'Development Build' from Build Setting )

    Can anyone help me ?
     
  2. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Absolutely. Instead of choosing an emulator choose All from the drop down menu. This will build for both the emulator and devices.
     
    hienbui3112 likes this.
  3. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    I tried it but still no luck :(
     
  4. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    In the location where you chose to build there should be a folder named Device. The TPK will be in there.
     
    hienbui3112 likes this.
  5. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    Thank you, I used TPK in Device directory but the app still cannot run.
    Here is the crash log
    crash.png
     
  6. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Is there more to that log? I don't see anything in there indicating a crash.
     
  7. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    @Masterfalcon:
    Please download the sample in the link and install it on Samsung Z3. It's just a simple sample which shows a sprite

    https://www.fshare.vn/file/CKKT79EX7XRU
     
  8. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    Hey Masterfalcon did you check out the sample I've shared here?
     
  9. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    Please download the log file for more information
     

    Attached Files:

  10. oriolmanya

    oriolmanya

    Joined:
    Jul 4, 2012
    Posts:
    50
    Working on a MAC, I've done a Test Project of a Tizen Build, and I tried to build a Release version.
    I've tried it with 5.4.5, 5.5.0, 5.5.2 and 5.6.0 Beta.
    I've only managed to install and play it on a device (Samsung Remote Test Lab) with Unity 5.4.5.

    So you should have to downgrade your project to this version. This is the thread we're discussing it:
    https://forum.unity3d.com/threads/tizen-game-running-on-emulator-but-not-on-device.461524/
     
  11. hienbui3112

    hienbui3112

    Joined:
    Nov 23, 2016
    Posts:
    9
    @oriolmanya : Thank you so much. You saved my life :)