MasterStudy App Documentation
App PageChangelog
  • Introduction
  • MasterStudy LMS API Plugin Setup
  • Flutter Environment
  • Android App Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Null safety setup
    • Installing Flutter Packages on mac
    • Setting the Site URL on mac
    • Adding App Icon on mac
    • Setting App Name on mac
    • Firebase on mac
    • Firebase Project Setup
    • Change Package Name
    • Test Your App on mac
    • App Release on mac
  • iOS App Build
    • Building App for iOS
    • Firebase for iOS
  • Google And Facebook Sign-In
    • Google Sign-In
    • Facebook Sign-In
  • Android App Build on Windows OS
    • Flutter Setup for Windows System
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Null safety setup
    • Installing Flutter Packages on Windows
    • Setting the Site URL on Windows
    • Adding App Icon on Windows
    • Firebase on Windows
    • Firebase Project Setup
    • Change Package Name
    • Setting App Name on Windows
    • Test Your App on Windows
    • App Release on Windows
  • Extra Materials
    • Item Page
    • Changelog
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Android App Build on macOS

Test Your App on mac

PreviousChange Package NameNextApp Release on mac

Last updated 2 years ago

Was this helpful?

In this section, we are going to describe how to build the test APK file and Run App on Emulator

There two ways of testing your app: via Android Studio Emulator or by generating Test APK.

After you added app icon and website URL you can launch Emulator by clicking on Run App button in the Toolbar.

After that the Emulator will be launched with the app.

If you'd like to test the application on physical android devices, you can create APK file.

For this, you need to go to Terminal in Android Studio

Then you can make two types APK:

  1. Test APK for android physical device

  2. APK for Google Play

For Test APK you need write in terminal next code:

flutter build apk --no-sound-null-safety

It will take some time, then you will get a notification that the build was successful

For APK Google Play:

flutter build appbundle --no-sound-null-safety