我尝试在Eclipse上安装Gradle时遇到此错误。我试过这个链接:
https://marketplace.eclipse.org/content/gradle-integration-eclipse-0
错误消息如下。任何人都可以。
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.core,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\dell\AppData\Local\Temp\signatureFile1990886222537489997.jar
An error occurred while processing the signatures for the file: C:\Users\dell\AppData\Local\Temp\signatureFile1990886222537489997.jar
Problems downloading artifact: org.eclipse.update.feature,org.springsource.ide.eclipse.gradle.feature,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\dell\AppData\Local\Temp\signatureFile1754777427947047028.jar
An error occurred while processing the signatures for the file: C:\Users\dell\AppData\Local\Temp\signatureFile1754777427947047028.jar
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.toolingapi,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\dell\AppData\Local\Temp\signatureFile833353327458962376.jar
An error occurred while processing the signatures for the file: C:\Users\dell\AppData\Local\Temp\signatureFile833353327458962376.jar
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.ui,3.6.3.201411271013-RELEASE.
答案 0 :(得分:0)
很抱歉这样说,但Eclipse不再受支持了。
Google刚刚在IntelliJ上创建了自己的IDE。
https://developer.android.com/sdk/index.html
它拥有内置的一切,并且比eclipse更好!
编辑:对于一切,我说的是gradle,maven,更好的SDK支持,更好的虚拟设备支持等。
EDIT2 :在我忘记之前......你甚至可以导入你的eclipse项目。
答案 1 :(得分:0)
Eclipse有另一个名为 Buildship:Gradle的Eclipse插件的项目似乎正在运行。
http://projects.eclipse.org/projects/tools.buildship/downloads
我可以通过以下过程将其安装到Spring Tool Suite(Eclipse / Mars)中。
帮助>安装新软件>添加
姓名:Buildship
地点:http://download.eclipse.org/buildship/updates/e45/releases
行
从那里我选择了“Buildship”存储库并安装了“Gradle的Eclipse插件”,没有任何问题。