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.
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?