Android x86 Unity nodllfound

+1 vote
asked Jul 2, 2019 by adhicl (130 points)
Hi, when I try to build an AR app using Unity (2017.x.x) and newest Easy AR, It runs fine in the editor, in my phone, but failed on acer tab iconia 8 from my client.

I check the logcat it says this:

E/Unity: DllNotFoundException: EasyARUnity
        at (wrapper managed-to-native) EasyAR.EngineNative:ezarCreate_ImageTracker (int)
      at EasyAR.EngineNative.Create_ImageTracker (Int32 mode) [0x00000] in <filename unknown>:0
      at EasyAR.ImageTracker..ctor (ImageTrackerMode Mode) [0x00000] in <filename unknown>:0
      at EasyAR.ImageTrackerBaseBehaviour.Initialize () [0x00000] in <filename unknown>:0
      at EasyAR.ImageTrackerBaseBehaviour.Start () [0x00000] in <filename unknown>:0

My Device is Android 4.4 OS and I think it is arm x86, when I try to unzip the apk I cannot find the dll in the armx86 folder.

Plz, Can you help me?

Please log in or register to answer this question.

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...