You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2018. It is now read-only.
After we got our ASUS Zenfone AR we recognized, that warnings were generated caused by the changes to the access of private ndk libraries in future android releases.
Not only our own application is triggering this warning also every example project. Beside this annoying dialog, we want that our application runs also with future android releases.
The guide provided here: https://developer.android.com/about/versions/nougat/android-7.0-changes.html#ndk
was not very helpful.
"You should update your app to include its own copy of those libraries " - from my unexperienced perspective i don't know how to get a copy of those libraries. Additionally i should say that we use cmake as a build tool, but like said, the warning dialog appears also with the examples which are build with ndk-build tool.
Maybe anyone knows how to get this working, cause other tango applications from the store don't trigger this dialog.
After we got our ASUS Zenfone AR we recognized, that warnings were generated caused by the changes to the access of private ndk libraries in future android releases.

Not only our own application is triggering this warning also every example project. Beside this annoying dialog, we want that our application runs also with future android releases.
The guide provided here:
https://developer.android.com/about/versions/nougat/android-7.0-changes.html#ndk
was not very helpful.
"You should update your app to include its own copy of those libraries " - from my unexperienced perspective i don't know how to get a copy of those libraries. Additionally i should say that we use cmake as a build tool, but like said, the warning dialog appears also with the examples which are build with ndk-build tool.
Maybe anyone knows how to get this working, cause other tango applications from the store don't trigger this dialog.