October 2018
Intermediate to advanced
246 pages
6h 26m
English
You need Android NDK to build the TensorFlow Lite code. You can download this from NDK Archives, accessed through the following link.
Android Studio comes with SDK tools. You need to access build tools version 23 or higher (the application runs on devices with API 21 or higher).
You can update the WORKSPACE file in the root of the directory with the API level and path to both SDK and NDK.
Update the api_level and location of the SDK and NDK at the root of the repository. If you open SDK Manager from Studio, you can find the SDK path. For example, note the following for SDK:
android_sdk_repository ( name ...
Read now
Unlock full access