[android-beginners] Re: Android 1.5 SDK now available

2009-05-07 Thread dove

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 di...@android.com 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 icedfus...@googlemail.comwrote:



  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 k...@uoregon.edu 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 david.lygag...@gmail.com 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 javierjc1...@gmail.com 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
  

[android-beginners] Re: Android 1.5 SDK now available

2009-05-07 Thread dove

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 dove...@gmail.com 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 di...@android.com 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 
  icedfus...@googlemail.comwrote:

   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 k...@uoregon.edu 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 david.lygag...@gmail.com 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 javierjc1...@gmail.com 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

[android-beginners] Re: Android 1.5 SDK now available

2009-05-06 Thread dove

I also have got the problem, if anyone have resolved the problem,
please help me, thanks

On 5月5日, 上午3时27分, gritty k...@uoregon.edu 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 david.lygag...@gmail.com 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:
 pingUsageServerfailed
  Android sdk ping

  Does anyone have a solution to this problem?

  David

  On Apr 27, 12:41 pm, Javi javierjc1...@gmail.com 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 pingUsageServerfailed:
   Android SDK Ping
  pingUsageServerfailed

   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
   !MESSAGEpingUsageServerfailed
   !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
   !MESSAGEpingUsageServerfailed
   !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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Create QQ Group (28759870)

2008-11-19 Thread dove xia
Maybe msn group is better.

On Wed, Nov 19, 2008 at 2:12 PM, bin [EMAIL PROTECTED] wrote:


 i create a qq group for android developer.
 Welcome , join us!
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
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
-~--~~~~--~~--~--~---