Note that there are some explanatory texts on larger screens.

plurals
  1. POinstalled ADT on Eclipse Juno, but can't create Android Projects (32 bit only)
    text
    copied!<p>I have two machines, a 64 bit machine and a 32 bit machine, both running Win7. I followed these steps on both:</p> <ol> <li>Extract Eclipse to a directory.</li> <li>Run Eclipse in Admin mode.</li> <li>Select Help/Install New Software</li> <li>Click the Add button</li> <li>Enter the following location: <a href="https://dl-ssl.google.com/android/eclipse/" rel="nofollow noreferrer">https://dl-ssl.google.com/android/eclipse/</a></li> <li>Enter the following name: ADT Plugin</li> <li>Selected 'developer tools'</li> <li>Installed the package. </li> <li>Allowed Eclipse to restart.</li> </ol> <p>There were no errors in either case. </p> <p>On my 64 bit machine, I now can create new android projects, I see Android options under Window/Preferences... and in help/about I see many android options.</p> <p>On my 32 bit machine I see none of these things. I DO see the packages as installed (help/about), but NOT the plugins (plugin tab of help/about). </p> <p>When I launch Eclipse on my 32 bit machine, there are a few errors listed in the error log. Things like this:</p> <blockquote> <p>java.io.IOException: Unable to resolve plug-in "platform:/plugin/com.android.ide.eclipse.adt/icons/android_file.png". at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64) at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75) at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67) at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112) at java.net.URL.openConnection(Unknown Source) at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33) at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:206) at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:137) at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:157) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:178) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:731) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:134) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:635) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:725) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:696) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:690) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)</p> </blockquote> <p>I tried using the downloaded archive as well. (ADT-20.0.3.zip) This works fine on the 64 bit machine but fails to install at all on the 32 bit machine with the following error:</p> <blockquote> <p>Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) Missing requirement: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found</p> </blockquote> <p>This is a similar problem (with different error messages) to this one, but I checked and the solutions posted here do not work for me. <a href="https://stackoverflow.com/questions/11494117/i-installed-eclipse-adt-without-any-error-message-but-after-rebooting-i-cant">I installed Eclipse ADT without any error message, but after rebooting, I can&#39;t see any Android plug-in</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload