4

I recently updated the Android Studio to it's latest version, and now I am experiencing a headache with an exception in Gradle build.

Every time I run the project, two or three times before it succeed, I get the following error:

Gradle: Execution failed for task ': ProjectName:
mergeDebugResources'.
java.lang.ArrayIndexOutOfBoundsException(no error message)

For your quick reference I am using Android Studio 1.5 (latest version)

Please help me were I am going wrong. Please give at least any trick, idea, or hint to resolve this issue.... Your time and efforts in this regards will be highly appreciated.

Milan Sheth
  • 884
  • 12
  • 11

1 Answers1

0

Delete your build folder and rebuild project.

johnrao07
  • 6,690
  • 4
  • 32
  • 55