Error in Android Studio cache.properties

2019-07-11 00:40发布

Error:java.io.FileNotFoundException: C:\Users\Petrusic\AndroidStudioProjects\askramarnovi.gradle\2.2.1\taskArtifacts\cache.properties (The system cannot find the file specified)

C:\Users\Petrusic\AndroidStudioProjects\askramarnovi.gradle\2.2.1\taskArtifacts\cache.properties (The system cannot find the file specified)

8条回答
可以哭但决不认输i
2楼-- · 2019-07-11 01:37

There is very easy solution for this problem just goto File in the menu bar and say Invalidate Cache and Restart it will be all right..

I hope this might solve your problem because it worked for me.

查看更多
▲ chillily
3楼-- · 2019-07-11 01:40

cache.properties (The system cannot find the file specified)

To fix this problem go to :

 C:\Users\[Usuario]\.gradle\caches\

Delete folders \2.4 and \2.8

introducir la descripción de la imagen aquí

Restart Android Studio y Sync project with Gradle Files!.

查看更多
登录 后发表回答