Skip links

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