Skip to content

android ndk api_level=9 #2

@InsightDev

Description

@InsightDev

android_sdk_repository(
name = "androidsdk",
api_level = 23,
build_tools_version = "23.0.1",
path = "/home/gzzhang/android-sdk",
)

android_ndk_repository(
name="androidndk",
path="/opt/android-ndk",
api_level=9, << ====================
)

can you build the "tensorflow android libs" with android ndk api_level=9.

if you build them with android ndk api_level=21, the libs can't be used below android 5.0

because some functions can't been found.

SO, can you down the android ndk api_level to 9.


I have do something, but when invoke:
tensorflow::NewSession(options)

and, it print message:
Not found: Could not find session factory for DIRECT_SESSION

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions