T
Toothy Bunny
Guest
I'm building a native Android app (by NativeActivity) with Visual Studio 2015/17. My app uses Google ARCore library "libarcore_sdk_c.so". I have successfully add AR library "libarcore_sdk_c.so" as linking input (library dependency) and the APK file is successfully created.
However, the app fail to launch. When I open the APK file, I noticed that the library file "libarcore_sdk_c.so" is not put in APK file under "lib/arm64-v8a" folder.
So the question is: In Visual Studio (Not Android Studio) android project setting, how can I add a third party shared library (.so) in the final Android APK file?
Thanks for any suggestions.
Continue reading...