C/C++ Dll not found while installing APK in HMT-1 device
Hello,
We have C code, in which we have done socket programming. We have one SLMP server.
We are passing IP Address and Port to socket programming functions to access SLMP server. by passing IP, port we can get the data from the SLMP server.
As the code is in C, we created a C/C++ DLL(64bit) calling from a C# script and then put the dll in the unity project. It works fine from unity console.
>> Issue is, when we create an APK file for Realwear HMT-1 device then it gives System.Dll not found exception, We have tried different location as mentioned below, but the output is same. 1. \Assests\ 2. \Assests\Plugins\ 3. \Assests\Plugins\Android\lib\x86_64\ 4. \Assests\StreamingAssests\
(Please Refer Attachment).
Please reply as soon as possible. we are in an urgent situation.
Thanks in advance
-Antony Joseph A V
[1]: /storage/temp/117951-30-05-2018-19-19-14.jpg
Your answer
Follow this Question
Related Questions
Error 0xc000007b and msvcr100.dll issues 4 Answers
Load Assemble Failed 0 Answers
Multiple .dll files missing, right after installing Unity 0 Answers
dll files missing on startup ,many dll files missing on startup in temp file 1 Answer
Unity plugins colliding with eacother error message when I build and run 0 Answers