Add a bit more verbosity
This commit is contained in:
parent
7c085db7a3
commit
fd4a5a0763
|
@ -12,4 +12,14 @@ Reference: https://aws.amazon.com/jp/blogs/aws/new-amazon-ec2-bare-metal-instanc
|
||||||
Google Cloud (GCE)
|
Google Cloud (GCE)
|
||||||
------------------
|
------------------
|
||||||
Make sure your instances for your emulators have Nested Virtualization enabled
|
Make sure your instances for your emulators have Nested Virtualization enabled
|
||||||
Reference: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances#enablenestedvirt
|
Reference: https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances
|
||||||
|
|
||||||
|
One the disk and instance are created as [specified here](https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances#enablenestedvirt),
|
||||||
|
the emulator can be brought up as follows:
|
||||||
|
|
||||||
|
# Assume app.apk is in /tmp
|
||||||
|
docker run --privileged -d -e DEVICE="Samsung Galaxy S6" --volume /tmp:/APK \
|
||||||
|
--name android_em butomo1989/docker-android-x86-8.1
|
||||||
|
|
||||||
|
docker exec android_em adb wait-for-device
|
||||||
|
docker exec android_em adb install /APK/app.apk
|
||||||
|
|
Loading…
Reference in a new issue