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

About 64-bit ARM, x86 and x64 Android Devices #23

Closed adri21112 closed 6 years ago

adri21112 commented 6 years ago

Hi. I want to comment something about "About 64-bit ARM, x86 and x64 Android Devices" section. I had the same problem you coment in this section but I found the folders arm64-v8a, armeabi or x86_64 in the libs folder and not on the jniLibs.

Thank you for your fantastic plugin!!

yasirkula commented 6 years ago

Thank you for the comment. Are you sure that the Project view was in "Android" mode, rather than "Project" mode? By modes, I mean these:

choose-project-view

adri21112 commented 6 years ago

Uoo!! I was working with my ionic environment and I saw libs folder. With my Android view I can see the jniLibs folder. Sorry.

yasirkula commented 6 years ago

It's OK 😄 Thanks for reporting this.