Updated from Android Studio 1.4 to 2.0, and with the IDE my dependence of gradle from 2.0 on 1.x in the build.gradle file changed:
dependencies { classpath 'com.android.tools.build:gradle:2.0.0' }
Updated gradle project to version 2.10.
When I tried to synchronize the project with gradle files or update the project, now I get the following error:
Gradle sync failed: Can't load library: C:\Users\foobar\.gradle\native\19\windows-amd64\native-platform.dll Consult IDE log for more details (Help | Show Log)
Codyf source share