Search code examples
androidraspberry-pi3iotandroid-things

Android Things Update/Deploy APK at remotely Installed Raspberry Pi 3


I was exploring and working with Android Things and I made a small project of LED Blinking, Referring to these steps I came across the functionality of rolling out the image update by OTA in Channels like Stable/Canary/Beta, which will include the APK too, it seems the whole OS will get updated by this way containing the app in it.

Here are my queries depending on the certain situations:

  1. Suppose my PI is installed at the remote location and in order to update the APK is there any way to do that with OTA?

  2. If not then what would be the effective way to update the PI with updated APK?


Solution

  • Yes, if you want to update the apps, you can create an OTA update including your new APK and release it in one of the channels that you've setup.