Unzipping C:\Users\xxxxx\ .gradle\wrapper\dists\gradle-2.10-bin\2v0chm5oshw52qn5d7jjz7lo0\gradle-2.10-bin.zip to C:\Users\xxxxx\ .gradle\wrapper\dists\gradle-2.10-bin\2v0chm5oshw52qn5d7jjz7lo0 Exception in thread “main” java.util.zip.ZipException: zip file is empty
** at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1470)**
** at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1284)**
** at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1378)**
** at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1209)**
** at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1172)**
** at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:719)**
** at java.base/java.util.zip.ZipFile.(ZipFile.java:239)**
** at java.base/java.util.zip.ZipFile.(ZipFile.java:169)**
** at java.base/java.util.zip.ZipFile.(ZipFile.java:183)**
** at org.gradle.wrapper.Install.unzip(Install.java:214)**
** at org.gradle.wrapper.Install.access$600(Install.java:27)**
** at org.gradle.wrapper.Install$1.call(Install.java:74)**
** at org.gradle.wrapper.Install$1.call(Install.java:48)**
** at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65)**
** at org.gradle.wrapper.Install.createDist(Install.java:48)**
** at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:128)**
** at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)**
But after downloading grade 2.1.0 and put it into folder.
C:\Users<username>.gradle\wrapper\dists\gradle-2.10-bin\gradle-2.10
I have new issue: "Link: libApplicationMain-64.so aarch64-linux-android-strip: unable to rename ‘libApplicationMain-64.so’; reason: Permission denied"
Unzipping C:\Users\xxxxx\ .gradle\wrapper\dists\gradle-2.10-bin\2v0chm5oshw52qn5d7jjz7lo0\gradle-2.10-bin.zip to C:\Users\xxxxx\ .gradle\wrapper\dists\gradle-2.10-bin\2v0chm5oshw52qn5d7jjz7lo0 Exception in thread “main” java.util.zip.ZipException: zip file is empty
** at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1470)**
** at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1284)**
** at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1378)**
** at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1209)**
** at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1172)**
** at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:719)**
** at java.base/java.util.zip.ZipFile.(ZipFile.java:239)**
** at java.base/java.util.zip.ZipFile.(ZipFile.java:169)**
** at java.base/java.util.zip.ZipFile.(ZipFile.java:183)**
** at org.gradle.wrapper.Install.unzip(Install.java:214)**
** at org.gradle.wrapper.Install.access$600(Install.java:27)**
** at org.gradle.wrapper.Install$1.call(Install.java:74)**
** at org.gradle.wrapper.Install$1.call(Install.java:48)**
** at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65)**
** at org.gradle.wrapper.Install.createDist(Install.java:48)**
** at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:128)**
** at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)**
How can I set correct path for gradle?
C:\Users \ username \ .gradle\wrapper\dists\gradle-2.10-bin\gradle-2.10
or C:\Users \ username \ .gradle\wrapper\dists\gradle-2.10-bin.
Is it give the same error ?
Because C:\Users\xxxxx\ .gradle\wrapper\dists\gradle-2.10-bin\2v0chm5oshw52qn5d7jjz7lo0\gradle-2.10-bin.zip is trying to unzip the gradle-2.10-bin.zip. Do you have this file there ( with size > 0) ? Also if you download file via browser and unzipped be sure it is in correct folder.