Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Android 7.0+ linking to private platform libraries #117

@SimonScholl

Description

@SimonScholl

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.
screenshot_20170908-092316
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions