Mono Android Monodroid Native Library DllNotFoundException

前端 未结 3 1241
庸人自扰
庸人自扰 2021-02-06 19:23

I am attempting to get a Native C/C++ library working with Monodroid in the emulator, using DllImport. I am developing mainly in Windows/Visual Studio 2010.

I have built

3条回答
  •  忘了有多久
    2021-02-06 19:27

    Ok, I finally got it working! For whatever reason, ZeroMQ doesn't build correctly using the current/latest NDK r7. The instructions at http://www.zeromq.org/build:android use NDK r6. I also downloaded an old version of the NDK r5b (it was the easiest old version to find a download for), and rebuilt ZeroMQ using it. Result, it now works on emulator and phone!

提交回复
热议问题