We proceed with the recipe as follows:
- The best way to install the packages is to use the pre-built APK which is created every night. Point your browser to https://ci.TensorFlow.org/view/Nightly/job/nightly-android/ and download TensorFlow_demo.apk as shown in the following screenshot:
- Install the applications on your device. In my example, I will use the Pixel XL emulated device available in Android Studio. This is a terminal device emulated directly from inside Android Studio. The command adb devices lists all the attached devices. In this case, I have an emulator for the Pixel XL and i can install the TensorFlow_demo ...