EmguCV cvextern System.DllNotFoundException Android

时间:2016-09-05 19:40:32

标签: android xamarin emgucv

当我运行我的应用程序时,我得到了这个错误" EmguCV cvextern System.DllNotFoundException"。在桌面我必须创建文件夹x86和x64并将dll放入其中,但是当我使用Android(使用Xamarin)时,我该怎么办?

PS:我正在使用Demo许可证。

System.TypeInitializationException: The type initializer for 'Emgu.CV.CvInvoke' threw an exception. ---> System.DllNotFoundException: cvextern
  at (wrapper managed-to-native) Emgu.CV.CvInvoke:RedirectError (Emgu.CV.CvInvoke/CvErrorCallback,intptr,intptr)
  at Emgu.CV.CvInvoke..cctor () [0x0008c] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at Emgu.CV.Image`2[TColor,TDepth].AllocateData (Int32 rows, Int32 cols, Int32 numberOfChannels) [0x00013] in <filename unknown>:0 
  at Emgu.CV.Image`2[TColor,TDepth].set_Bitmap (Android.Graphics.Bitmap value) [0x0003a] in <filename unknown>:0 
  at Emgu.CV.Image`2[TColor,TDepth]..ctor (Android.Graphics.Bitmap bmp) [0x00006] in <filename unknown>:0 
  at EmguCVTeste.ImageProcessing.Process (Android.Graphics.Bitmap imageToProcess) [0x00002] in d:\TCC FUCKING SHIT\App2\App2\ImageProcessing.cs:28

0 个答案:

没有答案