How to solve FileCollectionSnapshotterRegistry error in gradle build?

After installing android studio on another machine and then build libgdx project, when I ran the project, graidle build failed with this erro:

** Error: Failed to create service of type FileCollectionSnapshotterRegistry using TaskExecutionServices.createFileCollectionSnapshotterRegistry ().

Failed to create service of type CachingFileHasher using TaskExecutionServices.createFileSnapshotter (). **

Does anyone know how to fix this problem?

+3


source to share


1 answer


Delete the build folder and run the project again. This can sometimes be the result of permission issues.



0


source







All Articles