yasirkula / UnityIonicIntegration

A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
104 stars 32 forks source link

Failure to initialize #40

Open kaozyc opened 5 years ago

kaozyc commented 5 years ago

The project have not arm64-v8a、armeabi and x86_64. How do I do? screenshot_20181009-093556_

yasirkula commented 5 years ago

Please see https://github.com/yasirkula/UnityIonicIntegration#about-64-bit-arm-x86-and-x64-android-devices

juan9506 commented 5 years ago

Take a look at this answer, because I think this can help you: https://github.com/yasirkula/UnityIonicIntegration/issues/30#issuecomment-439436953

This is what I did with the plugin that I mention there (excluding all the .so files and leaving only the armeabi-v7a .so files): image

And it worked perfect.