You can download and build TensorFlow Lite directly from Android Studio by following these steps:
- Download and install the latest version of Android Studio.
- In your studio settings, make sure that the NDK version is greater than 14 and the SDK version is greater than 26. We are using 27 in this book and on further applications. We will look in detail at how to configure this in further projects.
- You can download the application from the link in the following information box.
- As Android Studio instructs, you need to install all the Gradle dependencies.