Exception in thread “main” java.lang.NoClassDefFoundError: org/tizen/tpklib/exception/TPKException
at org.tizen.ncli.ide.shell.PackageCLI.execute(PackageCLI.java:780)
at org.tizen.ncli.ide.shell.AbstractCLI.execute(AbstractCLI.java:89)
at org.tizen.ncli.ide.shell.Main.run(Main.java:135)
at org.tizen.ncli.ide.shell.Main.main(Main.java:72)
Caused by: java.lang.ClassNotFoundException: org.tizen.tpklib.exception.TPKException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 4 more
Hey Masterfalcon, You say not supported…but given that it works, and seems to work quite well (just done a more complex scene with realtime reflections!) is it something that will be supported in the future? I’d be more than happy to report any bugs in the 5.3 Beta, with repros.
You basically follow samsungs links for Standalone on this page, take into account 2.4 does not support wearable so you have to do 2.3.1
You can access the bezel through c++ only, not from c#, so you have to write a native plugin to do it, but yes you can, again Unity has some pretty good documents on how to do a plugin and there is another thread where I posted a very simple one for Tizen.
Interesting! Shame about the bezel, not sure if I have the time to get into c++. Either way I might have a play this weekend. Thanks for sharing Jonny.
Is it actually creating the TPK, for it to actually deploy the TPK from Unity, you need to make sure you have the latest Unity and the latest Tizen SDK, basically there seems to be a confilict if you use an older SDK and newer Unity or vice versa.