[android-developers] Re: Eclipse plugin update

2008-09-24 Thread geekchique

Uninstall everything then try again and see if that helps.
I had a few teething problems too but just uninstalled/reinstalled.

On Sep 24, 7:19 pm, mistapony [EMAIL PROTECTED] wrote:
 Has everyone been successful installing the newest eclipse plugin or
 just updating the plugin?  I am trying to update and getting the
 following error with ganymede on osx:

 Cannot complete the request.  See the details.
 Cannot find a solution where both Match[requiredCapability:
 org.eclipse.equinox.p2.iu/org.eclipse.equinox.preferences/
 [3.2.201.R34x_v20080709,3.2.201.R34x_v20080709]] and
 Match[requiredCapability: org.eclipse.equinox.p2.iu/
 org.eclipse.equinox.preferences/
 [3.2.200.v20080421-2006,3.2.200.v20080421-2006]] can be satisfied.
 Cannot find a solution where both Match[requiredCapability:
 org.eclipse.equinox.p2.iu/org.eclipse.ui/
 [3.4.1.M20080910-0800,3.4.1.M20080910-0800]] and
 Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ui/
 [3.4.0.I20080610-1200,3.4.0.I20080610-1200]] can be satisfied.
 Cannot find a solution where both Match[requiredCapability:
 org.eclipse.equinox.p2.iu/org.eclipse.osgi/
 [3.4.2.R34x_v20080826-1230,3.4.2.R34x_v20080826-1230]] and
 Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.osgi/
 [3.4.0.v20080605-1900,3.4.0.v20080605-1900]] can be satisfied.
 Cannot find a solution where both Match[requiredCapability:
 org.eclipse.equinox.p2.iu/org.eclipse.ui.workbench/
 [3.4.1.M20080827-0800a,3.4.1.M20080827-0800a]] and
 Match[requiredCapability: org.eclipse.equinox.p2.iu/
 org.eclipse.ui.workbench/[3.4.0.I20080606-1300,3.4.0.I20080606-1300]]
 can be satisfied.
 Cannot find a solution where both Match[requiredCapability:
 org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.1.v3449c,3.4.1.v3449c]]
 and Match[requiredCapability: org.eclipse.equinox.p2.iu/
 org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] can be satisfied.

 etc
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: ADT 0.8.0 Eclipse plugin download taking FOREVER

2008-09-24 Thread geekchique

Yes, but it came down eventually.

On Sep 24, 9:21 pm, Chris Chiappone [EMAIL PROTECTED] wrote:
 Yeah im having the same issue, actually seems to be frozen up.



 On Wed, Sep 24, 2008 at 2:16 PM, blindfold [EMAIL PROTECTED] wrote:

  The ADT plugin can be downloaded and handled manually via

 http://code.google.com/android/adt_download.html

  but apart from ADT, yes, Ganymede is for me too going through a
  lengthy update session, currently about halfway through.

  On Sep 24, 9:40 pm, kingkung [EMAIL PROTECTED] wrote:
  Anyone else having this problem???

  After hitting Install for the ADT and Editor through the Software
  Updates screen, I get a progress dialog that says Resolving
  Dependencies, and it's taking FOREVER.  I have Eclipse 3.4 Ganymede
  on 32-bit Windows XP.

  The progress bar below shows it's (really, really slowly) downloading
  a bunch of jar files, stuff like

 http://download.eclipse.org/eclipse/updates/3.4/features/org.eclipse

  and it's just taking an indescribable amount of time... judging from
  the progress bar it looks like it may take hours to download this.

  Is anyone else having trouble downloading the ADT plugin?

 --
 ~chris
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Receiving broadcast null in application shutdown

2008-05-14 Thread geekchique

I would love to hear any work arounds for this I have been struggling
with this for an age without realising its a bug!


On May 13, 10:27 am, Semeria Stefano
[EMAIL PROTECTED] wrote:
 Hello,

 My application is using a mocked location provider  and an intent receiver to 
 receive updates.
 During shutdown I first stop the location updates with 
 LocationManager.removeUpdates(), then I deregister the intent receiver.

 I randomly receive the following error:

  I/jade.util.Logger( 1101): com.tilab.msn.LocationReceiver: onReceiveIntent 
 called: My currentThread has this ID: 1 - Intent receiver has called
 I/jade.util.Logger( 1101): com.tilab.msn.ContactListActivity: onStop called 
 ...
 I/jade.util.Logger( 1101): com.tilab.msn.GeoNavigator: Stopping location 
 updates   - Here updates should be stopped!
 D/LocationManager( 1101): removeUpdates: intent = Intent { 
 action=com.tilab.msn.LOCATION_UPDATE }
 D/LocationManagerService(  508): removeUpdate: intent = Intent { 
 action=com.tilab.msn.LOCATION_UPDATE }
 D/LocationManagerService(  508): loadProviders
 D/LocationManagerService(  508): loadProviders: already loaded
 I/jade.util.Logger( 1101): com.tilab.msn.ContactListActivity: onDestroy 
 called ...
 I/jade.util.Logger( 1101): com.tilab.msn.GeoNavigator: Unregistering the 
 intent receiver - Here I deregister the intent receiver
 I/jade.util.Logger( 1101): jade.android.MicroRuntimeService: Initiating 
 Stopping JADE...
 I/jade.util.Logger( 1101): jade.core.FrontEndContainer: Container shut down 
 activated
 I/jade.util.Logger( 1101): com.tilab.msn.MsnAgent: Starting agent takeDown()
 I/jade.util.Logger( 1101): com.tilab.msn.MsnAgent: DS Subscription Canceling 
 message was sent!
 I/jade.util.Logger( 1101): com.tilab.msn.MsnAgent: Deregistering from DF!
 D/jade.util.Logger( 1101): jade.core.FrontEndContainer: Local agents 
 terminated
 I/jade.util.Logger( 1101): jade.imtp.leap.JICP.BIFEDispatcher: Sending 
 termination notification
 D/jade.util.Logger( 1101): jade.core.FrontEndContainer: Connection manager 
 closed
 I/jade.util.Logger( 1101): jade.android.MicroRuntimeService: JADE should be 
 stopped now! Microruntime.shutdownJADE() ends!
 D/jade.util.Logger( 1101): jade.android.JadeGateway: disconnect(): 
 disconnecting from service
 W/ActivityManager(  508): Unbind failed: could not find connection for [EMAIL 
 PROTECTED]
 I/jade.util.Logger( 1101): com.tilab.msn.LocationReceiver: onReceiveIntent 
 called: My currentThread has this ID: 1 - Intent receiver has called again!!!
 I/jade.util.Logger( 1101): com.tilab.msn.LocationReceiver: onReceiveIntent 
 called: My currentThread has this ID: 1
 I/jade.util.Logger( 1101): com.tilab.msn.LocationReceiver: onReceiveIntent 
 called: My currentThread has this ID: 1
 W/ActivityManager(  508): finishReceiver called but no pending broadcasts
 D/dalvikvm( 1101): Exception Ljava/lang/RuntimeException; from 
 ActivityThread.java:492 not caught locally
 D/dalvikvm( 1101): Exception Ljava/lang/RuntimeException; from 
 ZygoteInit.java:1553 not caught locally
 D/AndroidRuntime( 1101): Shutting down VM
 W/dalvikvm( 1101): threadid=3: thread exiting with uncaught exception 
 (group=0x4000fdf8)
 E/AndroidRuntime( 1101): Uncaught handler: thread Main exiting due to 
 uncaught exception
 E/AndroidRuntime( 1101): java.lang.RuntimeException: Error receiving 
 broadcast null in [EMAIL PROTECTED]
 ...

 It seems that the service that stops the updates is not doing it 
 synchronously, so updates continues for a while after the 
 LocationManager.removeUpdates() call returns. If this is the right behavior, 
 I guess that I should wait before deregistering the intent receiver...
 Is that right?

 Please help, this bug seems really nasty!

 Thanks a lot
 Regards,

 Stefano
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---