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?
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.
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`