0

I just started using Android Studio and I was trying to run my app until Gradle build error popped out:

Executing tasks: [:app:generateDebugSources, :app:mockableAndroidJar, :app:generateDebugAndroidTestSources]

Please help! thanks

Matt Clark
  • 27,671
  • 19
  • 68
  • 123
Hassan Salah
  • 157
  • 2
  • 7

1 Answers1

0

Check the gradle console at the botton right as it has more output than the Event log.

Maybe the problem is that you just have to update gradle to the last version, and it should solve the problem.

If it does not work, take a look at that answer in this post

Hope it helps you! vote answer if it does!