'Why Does `expo client:install:android` Fail to Install Expo Go on Emulator?

I'm trying to install Expo Go on my emulator using the command expo client:install:android, but while the emulator opens, the app never installs and the command eventually times out.

enter image description here

I'm using a fresh project created using the command expo init Test0_Blank and I've cd'd into my project's directory. According to the documentation I've found, running expo client:install:android should install Expo Go at this point but it doesn't. Any idea why?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source