Eric de Jesus
1 min readSep 3, 2017

--

I’m getting this error whenever I try to build to project from unity
any idea how to solve?

I tried setting it to default and I still get the same error . Like in this one : https://stackoverflow.com/questions/34814368/gradle-version-2-10-is-required-error

Error:(20, 1) A problem occurred evaluating root project ‘New Unity Project 1’.
> Failed to apply plugin [id ‘com.android.library’]
> Gradle version 2.10 is required. Current version is 3.3. If using the gradle wrapper, try editing the distributionUrl in C:\Users\naisu\Desktop\New folder\New Unity Project 1\gradle\wrapper\gradle-wrapper.properties to gradle-2.10-all.zip

--

--