the new ADT 0.9.1 is updated,

Hi all,

We just updated the ADT Eclipse plugin to 0.9.1. it have fixed the
issue. please update the ADT.

The new plugin provides the following changes:
- Added an AVD creation wizard to ADT. It is automatically displayed
during a launch if no compatible AVDs are found.
- Fixed issue with libs/ folder where files with no extension would
prevent the build from finishing.
- Improved error handling during the final steps of the build to mark
the project if an unexpected error prevent the build from finishing.
- Fixed issue when launching ADT on a clean install would trigger
"org.eclipse.swt.SWTError: Not implemented [multiple displays]."
- Improved error handling when parsing manifest when the <uses-sdk>
node is present with no (valid) minSdkVersion attribute (error shown
would say "null")

To update from Eclipse, simply use Help > Software Update as usual or
visit the download page at
  http://developer.android.com/sdk/adt_download.html

On 5月8日, 上午10时51分, dove <[email protected]> wrote:
> I am not have multiple displays, I only runs the Ubuntu on my vmware.
> and on the same machind, the eclipse works windows is good.
>
> On 5月7日, 上午7时23分, David Turner <[email protected]> wrote:
>
> > From the error:
>
> > org.eclipse.swt.SWTError: Not implemented [multiple displays]
>
> > It looks like you have multiple displays and that the SWT implementation on
> > your platform doesn't support them yet. Huhu :-(
>
> > On Tue, May 5, 2009 at 10:23 PM, icedfusion 
> > <[email protected]>wrote:
>
> > > I am also having the same problem - wish i hadn't updated now...... I
> > > even reinstalled it all to make sure I hadn't done anything wrong and
> > > I get the error.
>
> > > From my .log:
>
> > > !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2009-05-05 21:18:04.826
> > > !MESSAGE The
>
> > > 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event.JSPJavaHyperlinkDetector'
> > > extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
> > > 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension
> > > point will be ignored because it contains invalid attributes.
>
> > > !ENTRY com.android.ide.eclipse.adt 4 0 2009-05-05 21:18:08.970
> > > !MESSAGE pingUsageServer failed
> > > !STACK 0
> > > org.eclipse.swt.SWTError: Not implemented [multiple displays]
> > >        at org.eclipse.swt.SWT.error(SWT.java:3803)
> > >        at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
> > >        at org.eclipse.swt.widgets.Display.create(Display.java:842)
> > >        at org.eclipse.swt.graphics.Device.<init>(Device.java:154)
> > >        at org.eclipse.swt.widgets.Display.<init>(Display.java:471)
> > >        at org.eclipse.swt.widgets.Display.<init>(Display.java:462)
> > >        at com.android.sdkstats.SdkStatsService.getUserPermission
> > > (SdkStatsService.java:278)
> > >        at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:
> > > 126)
> > >        at com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer
> > > (Unknown Source)
> > >        at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
> > >        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> > > !ENTRY com.android.ide.eclipse.adt 4 0 2009-05-05 21:18:08.990
> > > !MESSAGE pingUsageServer failed
> > > !STACK 0
> > > org.eclipse.swt.SWTError: Not implemented [multiple displays]
> > >        at org.eclipse.swt.SWT.error(SWT.java:3803)
> > >        at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
> > >        at org.eclipse.swt.widgets.Display.create(Display.java:842)
> > >        at org.eclipse.swt.graphics.Device.<init>(Device.java:154)
> > >        at org.eclipse.swt.widgets.Display.<init>(Display.java:471)
> > >        at org.eclipse.swt.widgets.Display.<init>(Display.java:462)
> > >        at com.android.sdkstats.SdkStatsService.getUserPermission
> > > (SdkStatsService.java:278)
> > >        at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:
> > > 126)
> > >        at com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer
> > > (Unknown Source)
> > >        at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
> > >        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> > > On May 4, 8:27 pm, gritty <[email protected]> wrote:
> > > > I am also having this problem and I don't have a clue what to do about
> > > > it.
>
> > > > On May 2, 4:27 pm, "david.lygagnon" <[email protected]> wrote:
>
> > > > > Hi,
>
> > > > > I am having the same problem as Javier with ubuntu 9.04 Jaunty, x64
> > > > > and eclipse version: 3.4.2.
>
> > > > > On launching eclipse after installing the Android plugin, I get the
> > > > > following error:
>
> > > > > Multiple problems have occured:
> > > > > pingUsageServer failed
> > > > > Android sdk ping
>
> > > > > Does anyone have a solution to this problem?
>
> > > > > David
>
> > > > > On Apr 27, 12:41 pm, Javi <[email protected]> wrote:
>
> > > > > > I have problems with the new sdk (1.5),
>
> > > > > > A dialog show with a error a and suggest me to exit the workbench.
> > > > > > Other dialog appear with a "pingUsageServer failed":
> > > > > > Android SDK Ping
> > > > > > pingUsageServer failed
>
> > > > > > The .log file says:
>
> > > > > > !SESSION 2009-04-27 21:31:38.570
> > > -----------------------------------------------
> > > > > > eclipse.buildId=M20090211-1700
> > > > > > java.version=1.6.0_13
> > > > > > java.vendor=Sun Microsystems Inc.
> > > > > > BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES
> > > > > > Command-line arguments:  -os linux -ws gtk -arch x86_64
>
> > > > > > !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:46.358
> > > > > > !MESSAGE Failed to load properties file for project 'WifiScan'
>
> > > > > > !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:48.330
> > > > > > !MESSAGE pingUsageServer failed
> > > > > > !STACK 0
> > > > > > org.eclipse.swt.SWTError: Not implemented [multiple displays]
> > > > > >         at org.eclipse.swt.SWT.error(SWT.java:3803)
> > > > > >         at
> > > org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
> > > > > >         at org.eclipse.swt.widgets.Display.create(Display.java:842)
> > > > > >         at org.eclipse.swt.graphics.Device.<init>(Device.java:154)
> > > > > >         at org.eclipse.swt.widgets.Display.<init>(Display.java:471)
> > > > > >         at org.eclipse.swt.widgets.Display.<init>(Display.java:462)
> > > > > >         at
> > > com.android.sdkstats.SdkStatsService.getUserPermission(SdkStatsService.java:278)
> > > > > >         at
> > > com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:126)
> > > > > >         at
> > > com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer(Unknown
> > > > > > Source)
> > > > > >         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown
> > > Source)
> > > > > >         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> > > > > > !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:48.341
> > > > > > !MESSAGE pingUsageServer failed
> > > > > > !STACK 0
> > > > > > org.eclipse.swt.SWTError: Not implemented [multiple displays]
> > > > > >         at org.eclipse.swt.SWT.error(SWT.java:3803)
> > > > > >         at
> > > org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
> > > > > >         at org.eclipse.swt.widgets.Display.create(Display.java:842)
> > > > > >         at org.eclipse.swt.graphics.Device.<init>(Device.java:154)
> > > > > >         at org.eclipse.swt.widgets.Display.<init>(Display.java:471)
> > > > > >         at org.eclipse.swt.widgets.Display.<init>(Display.java:462)
> > > > > >         at
> > > com.android.sdkstats.SdkStatsService.getUserPermission(SdkStatsService.java:278)
> > > > > >         at
> > > com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:126)
> > > > > >         at
> > > com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer(Unknown
> > > > > > Source)
> > > > > >         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown
> > > Source)
> > > > > >         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> > > > > > I use the latest Ubuntu jaunty and Sun JDK
> > > > > > The previous Android SDK  (1.1) works without problems
>
> > > > > > I tried to do a clean installation of the eclipse and the sdk but 
> > > > > > the
> > > > > > problem persist
>
> > > > > > Anybody else with this problem?
> > > > > > --
> > > > > > Javier Jardón Cabezas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to