You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set RAM size and resolution of emulator from environment variables.
For example: docker run -d --privileged -v /dev/kvm:/dev/kvm -e ANDROID_ARCH="x86" -e RAM=2048 -e RESOLUTION=1920-1080 --name android softsam/android-16