Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gradle threw an error while downloading artifacts from the network. retrying to download

Do follow some steps:

Go to flutter_app => android => gradle => wrapper directory
Delete gradle-wrapper.jar file
Open and edit gradle-wrapper.properties file
Change distributionUrl=https://services.gradle.org/distributions/gradle-x.x.x-all.zip to gradle-6.4.1-all.zip or latest
On terminal use flutter run command
I solved my issue, hopefully yours
Comment

gradle threw an error while downloading artifacts from the network. retrying to download

#windows users
This can be solved by adding environment variable for jdk. Or delete the .gradle folder under C:users'Your username'

#linux users
  delete the .gradle folder under /home/user_name
Comment

PREVIOUS NEXT
Code Example
Shell :: remove space at end of line file 
Shell :: you have new mail terminal mac 
Shell :: command to undo in emacs 
Shell :: powershell make file 
Shell :: print env variables 
Shell :: How can I make LibreOffice look better? 
Shell :: How to replace a string in multiple files in linux command line 
Shell :: install homebrew on mac 
Shell :: apollo client install 
Shell :: docker compose example 
Shell :: install oh my zsh M1 
Shell :: command for moving files in linux 
Shell :: how to switch branch 
Shell :: install adonisjs 
Shell :: create xampp shortcut ubuntu 
Shell :: hwo to add custom commands in bash 
Shell :: git stash with message 
Shell :: get git config username and email 
Shell :: kubectl get logs of deployment 
Shell :: ubuntu times new roman font 
Shell :: see map size linux 
Shell :: install magento 2 command line composer 
Shell :: search git 
Shell :: get wsl version 
Shell :: linux tar command 
Shell :: how to install graphviz jupyter 
Shell :: webmin restart 
Shell :: github readme stats 
Shell :: how to add color in text github readme 
Shell :: bash script getopts no argument 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =