[Solved] why Android Studio build process cost too long time [duplicate]


  1. Gradle need to download stuffs on first build, so your internet connection
    might affect the build time
  2. Building your project needs computer’s memory (RAM), watch your RAM
    usage. Might be your OS decide to user your page file, which is bad.
    Increase your RAM

solved why Android Studio build process cost too long time [duplicate]