Home > Software design >  I am facing an issue with android studio while generating a build
I am facing an issue with android studio while generating a build

Time:06-14

Below attached the attachment, how to fix this issue enter image description here

CodePudding user response:

Edited after suggestion:

Try to connect your studio/gradle with internet. Then,

  • Invalidate Cache/Restart
  • Clean Project
  • Sync gradle files
  • Build project/Run

CodePudding user response:

enable online mode in android studio.

android studio -> gradle -> toggle offline mode -> enable to online mode

  • Related