PrincessLeiha
PrincessLeiha

Reputation: 3174

Error while starting Eclipse

I updated the SDK, as well as "Eclipse".

On start of eclipse each time it gives the following warning:

enter image description here

enter image description here

The 1st 2 plug-in's are unsigned. Does this cause a problem?

Upvotes: 0

Views: 216

Answers (3)

Dharmendra
Dharmendra

Reputation: 33996

Your ADT plugins is not compatible to SDK You have to update the ADT to revision17

Here is a steps for update the ADT

Update I had same issue before two days but after updating ADT to revision17 it is working fine.

There are 4 parts of the Developer Tools

  1. Android DDMS
  2. Android Development Tools (ADT)
  3. Android Hierarchy Viewer
  4. Android Trace view

If you update the ADT which is the second option then it will be okay. Then updation of other options is depends on you.

Upvotes: 3

PrincessLeiha
PrincessLeiha

Reputation: 3174

Got the solution. There seemed to be some un-signed components while installing the update. Got the signed and proper updates from here.

Earlier I was updating the components from Eclipse itself.

Upvotes: 0

mahesh
mahesh

Reputation: 119

You need to update the sdk. In Eclipse goto Windows> Android SDK Manager and install the updates available

Upvotes: 0

Related Questions