Skip links

Warning: Attempt to read property "parent" on bool in /home/activeitzone.com/public_html/activeitzone.com/wp-content/themes/ave-child/templates/header/header-docs.php on line 3

How to run Android Application in Android Studio?

How to run Android Application in Android Studio?

  • Install Android Studio from https://developer.android.com/studio
  • Extract the scource_code.zip. You will find this inside the main zip.
  • Open the folder in your android studio.
  • Even if you are building an app for ios, use android studio for the build.

Then in your android studio terminal run:
flutter pub get  ** You need this to get all 3rd party packages from pub.dev