DllNotFoundException (621538)

  • 1.DllNotFoundException:testsharedlibrary>TestTizenPlugin.Awake()

    • 2.Once built, the shared library should be copied to the Assets->Plugins->Tizen->libs folder.

I don’t understand.




Check the device log for more information about why the plugin wasn’t loaded. Here are my guesses:

  1. You built it using the wearable profile rather than the mobile profile.
  2. It is built to run in the emulator. In this case go to Properties for your library project. Expand C/C++ Build and select Tizen Settings.

I would recommend the mobile platform, ARM architecture, and build with GCC rather than LLVM.

Follow this:

http://forum.unity3d.com/threads/tizen-dllnotfoundexception.368643/