Eclipse android ADT installation problem

I followed each step to get the Android ADT plugin installed from the Eclipse IDE.

I have Eclipse for Java installed on my Windows 7 machine.

I followed every step. Despite everything, I am getting the following error. Nobody was wrong. I am so worried please help

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.
The file "E:\andrioid\eclipse\plugins\com.android.ide.eclipse.adt_17.0.0.v201203161636-291853.jar" does not exist

      

+3


source to share


3 answers


  • Download it manually to temp folder.
  • Select "Help" → "Install New Software" from the "Eclipse" menu
  • Click the Add button
  • Point to uploaded file
  • Reboot and enjoy;)


welcome to android wonderland;)

+5


source


You see this error because 
When you install ADT plugins you select ADT-17.x.x.zip folder of ADT is higher version but you have install that plugins. 

goto> Window>Preferences>Install/Update>Unistall or Update> installed software

  Android DDMS  
  Android Development Tools 
  Android Hierarchy Viewer      
  Android Traceview 

select all this things and click on update

Hope it will works .

Thanks

      



+2


source


You need to follow all the steps ..
1. Help
2. Install new software
3. Add 4. Select the archive file from your location.
5.then select developer tools (containing 4 files) 6.Install your Eclipse. Then click Next ....
Your plugin is ready ...

Note when installing internet plugin must be installed.

0


source







All Articles