1. Home
  2. Docs
  3. Mdelicious – Documents
  4. Run App
  5. Run App

Run App

The app is based on the Flutter framework so if you are familiar with Flutter you can run it any way you like.

Run with Android Studio

  1. Open mdelicious_source in Android Studio
  2. Locate the main Android Studio toolbar:
    Main IntelliJ toolbar
  3. In the target selector, select an Android device for running the app. If none are listed as available, select Tools > AVD Manager and create one there. For details, see Managing AVDs.
  4. Click the run icon in the toolbar, or invoke the menu item Run > Run.

Run with Command Line

1. NAVIGATE THE TERMINAL TO mdelicious_source FOLDER

2. INSTALL DEPENDENCIES

flutter pub get

3. CHECK THAT AN ANDROID DEVICE IS RUNNING. IF NONE ARE SHOWN, FOLLOW THE DEVICE-SPECIFIC INSTRUCTIONS ON THE INSTALL PAGE FOR YOUR OS.

flutter devices

If no Android devices are connected you can check this open one emulator: https://developer.android.com/studio/run/emulator-commandline

4. RUN THE APP WITH THE FOLLOWING COMMAND:

flutter run -d ANDROID_DEVICE_ID

ANDROID_DEVICE_ID you can see the screenshot below:

After the app build completes, you’ll see the splash screen on your device.

Was this article helpful to you? Yes No

How can we help?