Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Using the Android Emulator to run an App

TouHouPeace edited this page Mar 17, 2024 · 2 revisions
  1. Before we proceed, I have to correct the previous tutorial
  2. To use Expo GO, Pixel 6 is not a valid device, for if you would want to use Expo GO with the Android Emulator, you would have to choose a device with the play store pre=installed, as indicated by the little triangle icon shown in the picture below. image
  3. Run the Emulator by clicking the play button next to the correct emulator. image
  4. After you have started the emulator, you would need to open VScode and run the usual npm i and npm start commands in the terminal
  5. After that, you would see from the texts that pops up showing that you need to press a to open android, and do just that in the terminal image
  6. After you click a, it will automatically detect the Android Emulator and install Expo GO on the machine.
  7. After installation, you should be able to see the following texts. image
  8. Your App should successfully show up in the Android Emulator now! image