Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Could not create service of type FileHasher using BuildSessionServices.createFileHasher()

# find all the process related to gradle by
ps aux | grep gradle
# then kill the process
kill -9 <pid>
# and build again :)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Could #create #service #type #FileHasher
ADD COMMENT
Topic
Name
6+1 =