user3228884
user3228884

Reputation: 131

Installing Software Error in Eclipse

I'm wanna install new software in eclipse luna version, but it has error during the installation! The error is:

An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
Error reading signed content.
error in opening zip file

What should I've done? Please help me.

Upvotes: 3

Views: 3244

Answers (1)

Alexis Dufrenoy
Alexis Dufrenoy

Reputation: 11946

I assume you are trying to install ADT using the update site, as indicated on the official ADT page here. Try to install it using the Eclipse marketplace.

Go to the ADT page on the marketplace, and just drag and drop the "Install" icon on your running Eclipse. Then follow the instructions.

Upvotes: 8

Related Questions