adynathos / AugmentedUnreality

Augmented reality for Unreal Engine 4
Other
288 stars 114 forks source link

Unsatisfied link error #18

Open unktomi opened 6 years ago

unktomi commented 6 years ago

When I try to use this plugin in a larger project (which contains additional plugins and works without this plugin) I'm getting the below error. Your example project does work however with the same engine build and on the same device. Any ideas? The same error occurs with both versions of your plugin.

Thanks!

02-12 14:35:13.744 5290 5290 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZSt24__throw_out_of_range_fmtPKcz" referenced by "/data/app/com.d6.D6UI_000-1/lib/arm/libUE4.so"... 02-12 14:35:13.744 5290 5290 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:977) 02-12 14:35:13.744 5290 5290 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1567) 02-12 14:35:13.744 5290 5290 E AndroidRuntime: at com.epicgames.ue4.GameActivity.(GameActivity.java:4189)