blob: 79cf891163a941d41d06a8a06617d853acfc4e25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
|