BUG in Android Studio

Asked

Viewed 1,558 times

0

This error appeared out of nowhere and now I can’t emulate the app on mobile as in the simulator follows the error.

Error:C: Users Rodolfo.Gradle caches 2.8 scripts asLocalRepo19_3gzxk3w9gvngw8gydvjit5r7x cp_init cache.properties (System cannot find specified file)

1 answer

3


I once had this problem and solved with this link from Stackoverflow in English: https://stackoverflow.com/questions/32024954/cache-properties-the-system-cannot-find-the-file-specified

  1. Access the directory C: Users user.Radle caches 2.8\
  2. Copy the scripts folder and paste elsewhere to replace it in case it doesn’t work.
  3. Delete the scripts folder from the C directory: Users user.Radle caches 2.8\
  4. Sync the project;

After that Android Studio will generate new cache files, for me it worked, I hope to have helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.