0

I am receiving following error in android studio gradle

Error:C:\Users\Subash.gradle\caches\2.2.1\scripts\asLocalRepo16_1ny8gqikcqanmkspcmvyfsub7\InitScript\initscript\cache.properties (The system cannot find the file specified)

Abhinav Singh Maurya
  • 3,313
  • 8
  • 33
  • 51
subash s
  • 115
  • 1
  • 2
  • 6

1 Answers1

1

If I understand right this problem can be solved with a simple correction of the path of the file that contains the correct version of gradle.

You can find it in Android Studio -> Preferences -> Gradle -> service directory path.

You must find the correct version of gradle to run smoothly. I have [gradle-2.4-rc-1].

I hope this can help you to solve your problem.

C.Gkalfas
  • 121
  • 1
  • 4