APK Download
&
Installation Guide

Step 1: Download Android studio

Navigate to Android Studio's Website via the provided link. Download and run the executable.

Step 2: Installation

Step the installation process making sure to check "Android Virtual Device" when prompted. We will need the AVD to run the APK.

Step 3: Open Android Studio

Open Android studio
under "More Actions" select
Virtual Device Manager.

Step 4: Create The Emulator

  • Select "Create Device"

  • Pick a phone from the provided list and select next. (For the purposes of this example we will be using the Pixel XL).

  • Select A system image (Download one if you have not already. Here we will use UpsideDownCake
    Optionally you can name your AVD.

Step 5: Run your emulator

Click the play button next to your emulator you've created. It may take a moment to start.

Step 6: Drag & Drop

Drag and drop the downloaded APK file into your emulator! Finally tap on the Flutter App to run our application. Happy cooking!