ERROR in Android Studio [closed]

0

This error appeared from nowhere and now I can not emulate the app on the mobile as the simulator follows the error.

  

Error: C: \ Users \ Rodolfo.gradle \ caches \ 2.8 \ scripts \ asLocalRepo19_3gzxk3w9gvngw8gydvjit5r7x \ cp_init \ cache.properties   (The system can not find the file specified)

    
asked by anonymous 20.01.2016 / 00:50

1 answer

3

I once had this problem and I solved this Stackoverflow link in English: link

  • Access the directory C: \ Users \ user.gradle \ caches \ 2.8 \
  • Copy the scripts folder and paste it somewhere else to put it back in case it does not work.
  • Delete the scripts folder from the C: \ Users \ user.gradle \ caches \ 2.8 \
  • Synchronize the project;
  • After that Android Studio will generate new cache files, for me it worked, I hope I have helped.

        
    20.01.2016 / 11:33