#!/bin/sh

cat <<EOT

Anbox needs an adapted android image installed to /usr/share/anbox/android.img.
You can build one using the instructions here:
https://github.com/anbox/anbox/blob/master/docs/build-android.md.
Alternatively, you can use a prebuilt one by upstream:
https://build.anbox.io/android-images/

EOT
