Gradle 2.2.3 taking too much time to build after update Android Studio 2.3

691 Views Asked by At

I have updated Android Studio 2.3 today, after successfully updated, I am getting problem while syncing Gradle with version 2.2.3

Is there any issue with new version of Android Studio 2.3?

What should I do?

3

There are 3 best solutions below

0
On

Exit as after run ./gradlew tasks from your project folder;

work for me.

0
On

After updating Android Studio 2.3, you may have to update gradle plugin too as described here.

enter image description here

I just restarted AndroidStudio and done some process like [MAKE SURE THAT YOUR INTERNET HAVE ENOUGH SPEED]:

If you have set option for gradle as "Use default gradle wrapper" then it will ask as following, otherwise you have to select it.

enter image description here

Update with new gradle plugin:

enter image description here

It will work now for new plugins :) Enjoy with new gradle and Android Studio 2.3.

0
On

After completing all the above tasks, Now it shows another error as `Error:Execution failed for task ':app:mergeDebugResources'.

Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands`