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 Windows OS

Android studio Setup on Windows

PreviousFlutter Setup for Windows SystemNextAndroid Studio Emulator on Windows

Last updated 2 years ago

Was this helpful?

First, unzip the MasterStudy app project. Then open Android Studio and open the existing MasterStudy app project in it.

Follow to the Android SDK (Appearance & Behavior > System Settings > Android SDK). Under the SDK Platform tab find from the list section Android 12.0 (S) or Android API 33 and install or update (depending on the requirement) those elements.

Then, follow to the SDK Tools tab and also update and install the listed elements.

Now you need to install the Flutter plugin. Go to File > Settings > Plugin. Search for the Flutter plugin and click Install.

After this step, follow to Settings > Languages & Frameworks > Dart to set up Dart SDK.

Enter the Dart SDK Path in the field provided.

Specify the path to the unpacked archives from the previous step.

Then move on to the Flutter tab and enter the Flutter SDK Path.

Now when everything is ready, you can start building your Android App.