简体   繁体   中英

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

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?

After updating Android Studio 2.3 , you may have to update gradle plugin too as described 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.

在此输入图像描述

Update with new gradle plugin:

在此输入图像描述

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

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

work for me.

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`

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM