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

2009-06-08 Thread Troy Borja

Upgraded to SDK 1.5 ADT 0.91 on Eclipse 3.4. Aside from not seeing the
build targets even if i created one using the AVD manager in the New
Android Project wizard, I am also getting an error

Error executing aapt. Please check aapt is present at /home/user/
android-sdk-linux_x86-1.5_r2/platforms/android-1.1/tools/aapt

I checked the SDK tools directory and there is no aapt there. Please
help.

On Apr 28, 2:12 am, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.5 SDK now available

2009-06-01 Thread marak...@gmail.com

I had a quick look at your problem, and the others that reported the
problems and it seems that your having trouble communicating with the
server(remember the check box for agreeing to send google anon
data?).  Did you check that?? If not, there *may* be an internal
update check, but i havnt researched that yet.

If your sitting behind a proxy, maybe its not setup for that?  Id
recommend uninstalling/re-installing, this time un-checking that anon
data box, see if that helps.  My computer is running some software atm
that will take about an hour to fix(on laptop atm), but when its done
ill jump on and see if the software is sending/recieving network
traffic, if so ill try to track down exactly what`s being transmitted
and if i can figure a work around.

 - Marak



On May 3, 9:27 am, 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 
  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 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: Android 1.5 SDK now available

2009-05-25 Thread Marco Chalub

Hello guys,

I am also having the problems, but my problem is the persistence with
SQLite.
How do I to create or open database?

Exists a new method called onCreateOrOpen()...

I need know how I do the control to create and to open database.

If anyone knows this, please help me...

Thanks.

--~--~-~--~~~---~--~~
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: Android 1.5 SDK now available

2009-05-11 Thread tearse...@yahoo.com

I just installed Android 1.5 SDK on a Windows box using Eclipse
Ganymede version 3.4.  I follow the installation document until it
said go to Preference.  There was no Android option on the left
pane in Eclipse's Preference Section.  But there is one for DDMS and
when I click on that, it gave me an error:

Unable to create the selected preference page.

java.lang.UnsupportedClassVersionError

When selecting the Details button, I get:

Unable to create the selected preference page.
com/android/ide/eclipse/ddms/preference/PreferencePage (Unsupported
major.minor version 49.0)

??  Now what?  Can I still proceed with my installation to use this
with Eclipse?  I tried to uninstall and re-install Android from
Eclipse.  Same error.  Help!

--~--~-~--~~~---~--~~
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: 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 

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

2009-05-07 Thread Xavier Ducrohet

We just released a fix for this problem.
Please install ADT 0.9.1

Xav

2009/5/7 dove dove...@gmail.com:

 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 

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

2009-05-06 Thread icedfusion

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 
   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 

[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: Android 1.5 SDK now available

2009-05-06 Thread icedfusion

I am also having this same problem - using 64bit linux and getting the
following:

!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 
   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 

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

2009-05-06 Thread portsample

I'm having the same problem. I'm running openSuse 11.1 32-bit in
Eclipse 3.4.2 (Ganymede). TIA. Bye.

On May 4, 11:27 am, 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 
   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 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: Android 1.5 SDK now available

2009-05-06 Thread David Turner
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
 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 

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

2009-05-06 Thread portsample

Also, I am not running multiple monitors, OR a 64-bit processor. This
is the specific error message,

Multiple problems have occured:
pingUsageServer failed
Android sdk ping

Advice? TIA again.

On May 6, 2:21 am, portsample portsam...@blepsias.net wrote:
 I'm having the same problem. I'm running openSuse 11.1 32-bit in
 Eclipse 3.4.2 (Ganymede). TIA. Bye.

 On May 4, 11:27 am, 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 
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 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: Android 1.5 SDK now available

2009-05-05 Thread gritty

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 
  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 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: Android 1.5 SDK now available

2009-04-29 Thread jtaylor

What's happening now with the new SDK  Tutorials shows alot of effort
and power. I have renewed Optimism for Android.


- juan t.

On Apr 27, 2:12 pm, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.5 SDK now available

2009-04-27 Thread Marc Lester Tan
It works perfectly on my ADP! Still playing around with it

-Marc

On Tue, Apr 28, 2009 at 2:12 AM, Xavier Ducrohet x...@android.com wrote:


 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for
 download.

 More information at
 http://android-developers.blogspot.com/2009/04/android-15-is-here.html


 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.

 


--~--~-~--~~~---~--~~
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: Android 1.5 SDK now available

2009-04-27 Thread Javi

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 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: Android 1.5 SDK now available

2009-04-27 Thread ppy

1.5的新特性:

New FeaturesFor a list of new system features, see the Android 1.5
Platform Highlights document.

API ChangesOverview
UI framework
Framework for easier background/UI thread interaction
New SlidingDrawer widget
New HorizontalScrollview widget
AppWidget framework
APIs for creating secure home screen AppWidgets. For information about
how to use AppWidgets, see the Developer's Guide AppWidgets
documentation. Also see Introducing home screen widgets and the
AppWidget framework on the Android Developer's Blog.
APIs for populating Live Folders with custom content.
Media framework
Raw audio recording and playback APIs
Interactive MIDI playback engine
Video recording APIs for developers (3GP format)
Video and photo sharing Intents
Media search Intent
Input Method framework
Input Method Service framework
Text-prediction engine
Ability to provide downloadable IMEs to users
Application-defined hardware requirements
Applications can now use a new element in their manifest files, uses-
configuration to indicate to the Android system what hardware
features they require in order to function properly. For example, an
application might use the element to specify that it requires a
physical keyboard or a particular navigation device, such as a
trackball. Prior to installing the application, the Android system
checks the attributes defined for the uses-configuration element and
allows the installation to continue only if the required hardware is
present.

Speech recognition framework
Support for using speech recognition libraries via Intent. See
RecognizerIntent.
Miscellaneous API additions
LocationManager - Applications can get location change updates via
Intent
WebView - Touch start/end/move/cancel DOM event support
Redesigned Sensor Manager APIs
GLSurfaceView - convenience framework for creating OpenGL
applications
Broadcast Intent for app update install succeeded - for smoother app
upgrade experience
API Change Details
For a detailed view of API changes in this platform (API Level 3), see
the API Differences Report.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---