Could not create an instance of Tooling API implementation using the specified Gradle installation

I had installed three versions of Android Studio on MacBook Air (OS X Version 10.9.5)

  • android-studio-ide-143.2609919-mac (Android Studio 2.0 Beta 5)
  • android-studio-ide-141.2422023-mac
  • android-studio-ide-141.2117773-mac

But, I got the same error as the following image when I created any project such as a simple hello world.

Initially, I got an error : “Could not create an instance of Tooling API implementation…”

And I got an another error when I cleaned the project : “Failed to complete Gradle execution” Cause : “org.slf4j.impl.Log4jLoggerAdapter cannot be cast to org.gradle.api.logging.Logger…”

![image](upload://abl4BMK4TWSfVwQnQcf8srgZmjM.png)