Community
Participate
Working Groups
Created attachment 134052 [details] Eclispe .log file When attempting to use the Android SDK 1.5 the following error is thrown: Eclipse throws a "An SWT Error has occurred..." message then I get a second dialog saying: pingUsageServer failed Android SDK Ping pingUsageServer failed !ENTRY com.android.ide.eclipse.adt 4 0 2009-05-01 07:54:15.885 !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 don't know if this is an android issue or and eclipse issue, but I thought I would start here. Thanks for any help you can provide!
This is probably a problem with the Android plug-in (see bug 93294 comment 9). They should try to figure out a way to get around having two Display instances. http://android.git.kernel.org/?p=platform/development.git;a=blob;f=tools/sdkstats/src/com/android/sdkstats/SdkStatsService.java
Bog, is this problem a won't fix.
Nope, it's a dup of "implement multiple displays on GTK" bug. Searching ...
*** This bug has been marked as a duplicate of bug 120020 ***