Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 274639 - Android plugin crash on 64 bit Ubuntu 9.04
Summary: Android plugin crash on 64 bit Ubuntu 9.04
Status: RESOLVED DUPLICATE of bug 120020
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-01 09:03 EDT by Chuck CLA
Modified: 2009-05-01 11:25 EDT (History)
3 users (show)

See Also:


Attachments
Eclispe .log file (20.54 KB, text/x-log)
2009-05-01 09:03 EDT, Chuck CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chuck CLA 2009-05-01 09:03:16 EDT
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!
Comment 1 Remy Suen CLA 2009-05-01 09:16:21 EDT
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
Comment 2 Felipe Heidrich CLA 2009-05-01 10:30:45 EDT
Bog, is this problem a won't fix.
Comment 3 Steve Northover CLA 2009-05-01 11:23:09 EDT
Nope, it's a dup of "implement multiple displays on GTK" bug.  Searching ...
Comment 4 Steve Northover CLA 2009-05-01 11:25:16 EDT

*** This bug has been marked as a duplicate of bug 120020 ***