Motors App Documentation
App PageChangelog
  • Introduction
  • Motors Application Plugin
    • Installation of the plugin
    • Motors Application Plugin Settings
    • Global Settings
    • Main Page
    • Add a Car Page
    • Inventory
    • Flutter Environment
  • Android Application Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Installing Flutter Packages on mac
    • Null Safety setup
    • Setting the Site URL on mac
    • Upload your logo
    • Adding App Icon on mac
    • Setting App Name on mac
    • Change Package name
    • Test Your App on mac
    • App Release on mac
  • Setup Environment
    • Push Notification Setup
  • Android Application Build on Windows
    • Flutter Setup for the Windows system
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Installing Flutter Packages on Windows
    • Null safety setup
    • Setting the Site URL on Windows
    • Upload your logo
    • Adding App Icon on Windows
    • Change Package Name
    • Test Your App on Windows
    • App Release on Windows
  • IOS App Build
    • Step 1 – App Registration on App Store Connect
    • Step 2 – Register a Bundle ID
    • Step 3 – Prepare for app distribution
    • Step 4 – Setting up the project
    • Step 5 – Add an App Icon
  • IOS App Release
    • Step 1 – Create a build archive
    • Step 2 – Upload an app to App Store Connect
  • Extra Materials
    • Item Page
    • Changelog
      • Page 1
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Android Application Build on Windows

Android studio Setup on Windows

PreviousFlutter Setup for the Windows systemNextAndroid Studio Emulator on Windows

Last updated 2 years ago

Was this helpful?

First, unzip the Motors app project. Then open Android Studio and open the existing Motors 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 (Tiramisu) 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.