Android Studio 2.3 gradle error
After update to Android Studio 2.3, the gradle path wasn't update.
Try to check your settings:
Try to check all your dependencies in build.gradle
and update them if needed. In my case updating dexcount gradle plugin solved the problem.