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

前端 未结 16 1860
渐次进展
渐次进展 2020-12-01 09:01

I just started using Android Studio 1.3 sdk 24 and it has worked fine until today. I get this error message about cache.properties and I delete that cache file but now I am

16条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-01 09:30

    I have faced the same problem and i am using Android studio 3.0.1,

    Well, Don't Reinstall the Android studio there is no need of reinstalling the Whole software

    Do the following step and hope this will solve your problem.....

    step - 1. Go to C:\Users\*user_name_of_your_system*\.gradle\caches\2.x/

    step - 2. Delete this folder scripts and scripts-remapped

    step - 3. Than in your android studio, Go to Tools/Android/Sync Project with Gradle Files

    Done :)

    if still problem is not solved than -

    step - 4. Delete both the Build folder and than repeat step- 3

提交回复
热议问题