-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
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
Labels
No labels