Я новичок в разработке Android и Android IDE студии.
Я проверил проект с bitbucket, и когда я пытаюсь его скомпилировать, я получаю следующую ошибку:
Не удалось выполнить Gradle Выполнение
Причина: ошибка при открытии zip файла.
My gradle-wrapper.properties
выглядит следующим образом:
distributionBase = GRADLE_USER_HOME
distributionPath = обертка /dists
zipStoreBase = GRADLE_USER_HOME
zipStorePath = обертка /dists
distributionUrl = HTTP \://services.gradle.org/distributions/gradle -1.11-all.zip
Мне не удалось получить слишком много информации из этого, но полные состояния журнала:
2014-05-23 14: 06: 28,950 [32077] WARN - nal.AbstractExternalSystemTask - Причина: ошибка при открытии zip файла com.intellij.openapi.externalSystem.model.ExternalSystemException: Причина: ошибка при открытии zip файла в org.jetbrains.plugins.gradle.service.project.GradleExecutionHelper.execute(GradleExecutionHelper.java:206) в org.jetbrains.plugins.gradle.service.project.GradleProjectResolver.resolveProjectInfo(GradleProjectResolver.java:116) в org.jetbrains.plugins.gradle.service.project.GradleProjectResolver.resolveProjectInfo(GradleProjectResolver.java:64) в com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemProjectResolverImpl $1.produce(RemoteExternalSystemProjectResolverImpl.java:41) в com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemProjectResolverImpl $1.produce(RemoteExternalSystemProjectResolverImpl.java:37) в com.intellij.openapi.externalSystem.service.remote.AbstractRemoteExternalSystemService.execute(AbstractRemoteExternalSystemService.java:59) в com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemProjectResolverImpl.resolveProjectInfo(RemoteExternalSystemProjectResolverImpl.java:37) в com.intellij.openapi.externalSystem.service.remote.wrapper.ExternalSystemProjectResolverWrapper.resolveProjectInfo(ExternalSystemProjectResolverWrapper.java:49) в com.intellij.openapi.externalSystem.service.internal.ExternalSystemResolveProjectTask.doExecute(ExternalSystemResolveProjectTask.java:48) в com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.execute(AbstractExternalSystemTask.java:137) в com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.execute(AbstractExternalSystemTask.java:123) в com.intellij.openapi.externalSystem.util.ExternalSystemUtil $3.execute(ExternalSystemUtil.java:467) в com.intellij.openapi.externalSystem.util.ExternalSystemUtil $4 $2.run(ExternalSystemUtil.java:546) в com.intellij.openapi.progress.impl.ProgressManagerImpl $TaskRunnable.run(ProgressManagerImpl.java:464) в com.intellij.openapi.progress.impl.ProgressManagerImpl $2.run(ProgressManagerImpl.java:178) в com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:209) в com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:212) в com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:171) в com.intellij.openapi.progress.impl.ProgressManagerImpl $8.run(ProgressManagerImpl.java:373) в com.intellij.openapi.application.impl.ApplicationImpl $8.run(ApplicationImpl.java:419) в java.util.concurrent.Executors $RunnableAdapter.call(Executors.java:511) в java.util.concurrent.FutureTask.run(FutureTask.java:266) в java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) в java.util.concurrent.ThreadPoolExecutor $Worker.run(ThreadPoolExecutor.java:617) в java.lang.Thread.run(Thread.java:745) в com.intellij.openapi.application.impl.ApplicationImpl $1 $1.run(ApplicationImpl.java:149)
2014-05-23 14: 06: 28,950 [32077] WARN -.project.GradleProjectImporter - 2014-05-23 14: 06: 28 951 [32078]
INFO -.project.GradleProjectImporter - Причина: ошибка при открытии zip файл
Я использую Android studio 0.5.2.
Может ли кто-нибудь указать мне в правильном направлении, как это решить?