[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-10-01 Thread JMichel


After trying the revert option of Eclipse it seems it does not working
correctly. I selected the latest version with the XML editor 3.04,
then Eclipse restarts and the versions of all my plugins are the same.
XML editor stays to 3.1. Anyone with the same problem?

On Sep 30, 10:20 am, JMichel jmbouff...@gmail.com wrote:
 It seems that some of the latest updates in Ganymede didn't find the
 XUL interpreter from my system so I needed to add this line at the end
 of eclipse.ini file:

 -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.1.3/
 xulrunner

 Now Eclipse is launching but I still have the problem explained in
 this 
 thread:http://groups.google.ca/group/android-developers/browse_thread/thread...
 After rolling back to a previous version of the Eclipse XML editor
 everything should work.

 On Sep 29, 3:09 pm, JMichel jmbouff...@gmail.com wrote:

  Here is the log file content:http://pastebin.ca/1584740

  On Sep 29, 1:19 pm, Xavier Ducrohet x...@android.com wrote:

   can you post (or send me) the content of the Eclipse log file? It's
   located inside your eclipse workspace (.metadata/.log)

   thanks
   Xav

   On Tue, Sep 29, 2009 at 8:48 AM, JMichel jmbouff...@gmail.com wrote:

Hi,

I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to the
newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed is:

- Run Eclipse
- Update every Eclipse components from the update manager (this
updated ADT to version 0.9.3)
- Restart Eclipse (Everything works fine)
- Untar the Android SDK 1.6r1
- In Eclipse preference-Android, I selected the newly uncompressed
folder containing Android SDK 1.6r1
- Click on OK
- Eclipse runs some tasks and crashes

After this, whenever I try to run Eclipse again it brings an empty
windows on screen and does nothing else. Is there a way to come back
to the old SDK without starting Eclipse, with config files for
instance? Other suggestions?

Thanks

   --
   Xavier Ducrohet
   Android SDK Tech Lead
   Google Inc.
--~--~-~--~~~---~--~~
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-10-01 Thread Ray da Costa
I had something similar, the procedures adopted:
1 - made sure that the version he was using was a 1.6 jdk
2 - I downloaded the ADT 0.9.3, did not update via the site, I place the
installation process.
Ai ran smoothly. The eclipse has a lot of it, sometimes it takes the jdk
that exist in the machine ... window preference java Installed JRS


2009/10/1 JMichel jmbouff...@gmail.com



 After trying the revert option of Eclipse it seems it does not working
 correctly. I selected the latest version with the XML editor 3.04,
 then Eclipse restarts and the versions of all my plugins are the same.
 XML editor stays to 3.1. Anyone with the same problem?

 On Sep 30, 10:20 am, JMichel jmbouff...@gmail.com wrote:
  It seems that some of the latest updates in Ganymede didn't find the
  XUL interpreter from my system so I needed to add this line at the end
  of eclipse.ini file:
 
  -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.1.3/
  xulrunner
 
  Now Eclipse is launching but I still have the problem explained in
  this thread:
 http://groups.google.ca/group/android-developers/browse_thread/thread...
  After rolling back to a previous version of the Eclipse XML editor
  everything should work.
 
  On Sep 29, 3:09 pm, JMichel jmbouff...@gmail.com wrote:
 
   Here is the log file content:http://pastebin.ca/1584740
 
   On Sep 29, 1:19 pm, Xavier Ducrohet x...@android.com wrote:
 
can you post (or send me) the content of the Eclipse log file? It's
located inside your eclipse workspace (.metadata/.log)
 
thanks
Xav
 
On Tue, Sep 29, 2009 at 8:48 AM, JMichel jmbouff...@gmail.com
 wrote:
 
 Hi,
 
 I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to
 the
 newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed
 is:
 
 - Run Eclipse
 - Update every Eclipse components from the update manager (this
 updated ADT to version 0.9.3)
 - Restart Eclipse (Everything works fine)
 - Untar the Android SDK 1.6r1
 - In Eclipse preference-Android, I selected the newly uncompressed
 folder containing Android SDK 1.6r1
 - Click on OK
 - Eclipse runs some tasks and crashes
 
 After this, whenever I try to run Eclipse again it brings an empty
 windows on screen and does nothing else. Is there a way to come
 back
 to the old SDK without starting Eclipse, with config files for
 instance? Other suggestions?
 
 Thanks
 
--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
 



-- 
Ray da Costa
The best way to predict the future is to invent it.
Alan Kay

--~--~-~--~~~---~--~~
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-09-30 Thread JMichel

It seems that some of the latest updates in Ganymede didn't find the
XUL interpreter from my system so I needed to add this line at the end
of eclipse.ini file:

-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.1.3/
xulrunner

Now Eclipse is launching but I still have the problem explained in
this thread: 
http://groups.google.ca/group/android-developers/browse_thread/thread/f4ba97f99c3b470c?hl=en#
After rolling back to a previous version of the Eclipse XML editor
everything should work.

On Sep 29, 3:09 pm, JMichel jmbouff...@gmail.com wrote:
 Here is the log file content:http://pastebin.ca/1584740

 On Sep 29, 1:19 pm, Xavier Ducrohet x...@android.com wrote:

  can you post (or send me) the content of the Eclipse log file? It's
  located inside your eclipse workspace (.metadata/.log)

  thanks
  Xav

  On Tue, Sep 29, 2009 at 8:48 AM, JMichel jmbouff...@gmail.com wrote:

   Hi,

   I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to the
   newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed is:

   - Run Eclipse
   - Update every Eclipse components from the update manager (this
   updated ADT to version 0.9.3)
   - Restart Eclipse (Everything works fine)
   - Untar the Android SDK 1.6r1
   - In Eclipse preference-Android, I selected the newly uncompressed
   folder containing Android SDK 1.6r1
   - Click on OK
   - Eclipse runs some tasks and crashes

   After this, whenever I try to run Eclipse again it brings an empty
   windows on screen and does nothing else. Is there a way to come back
   to the old SDK without starting Eclipse, with config files for
   instance? Other suggestions?

   Thanks

  --
  Xavier Ducrohet
  Android SDK Tech Lead
  Google Inc.
--~--~-~--~~~---~--~~
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-09-29 Thread Xavier Ducrohet

can you post (or send me) the content of the Eclipse log file? It's
located inside your eclipse workspace (.metadata/.log)

thanks
Xav

On Tue, Sep 29, 2009 at 8:48 AM, JMichel jmbouff...@gmail.com wrote:

 Hi,

 I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to the
 newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed is:

 - Run Eclipse
 - Update every Eclipse components from the update manager (this
 updated ADT to version 0.9.3)
 - Restart Eclipse (Everything works fine)
 - Untar the Android SDK 1.6r1
 - In Eclipse preference-Android, I selected the newly uncompressed
 folder containing Android SDK 1.6r1
 - Click on OK
 - Eclipse runs some tasks and crashes

 After this, whenever I try to run Eclipse again it brings an empty
 windows on screen and does nothing else. Is there a way to come back
 to the old SDK without starting Eclipse, with config files for
 instance? Other suggestions?

 Thanks
 




-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

--~--~-~--~~~---~--~~
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Eclipse crashing after update to ADT 0.9.3 and SDK 1.6

2009-09-29 Thread JMichel


Here is the log file content: http://pastebin.ca/1584740

On Sep 29, 1:19 pm, Xavier Ducrohet x...@android.com wrote:
 can you post (or send me) the content of the Eclipse log file? It's
 located inside your eclipse workspace (.metadata/.log)

 thanks
 Xav



 On Tue, Sep 29, 2009 at 8:48 AM, JMichel jmbouff...@gmail.com wrote:

  Hi,

  I'm running Eclipse Ganymede on Ubuntu 9.04. I wanted to update to the
  newest Android SDK 1.6r1 from 1.5r3. The procedure that I followed is:

  - Run Eclipse
  - Update every Eclipse components from the update manager (this
  updated ADT to version 0.9.3)
  - Restart Eclipse (Everything works fine)
  - Untar the Android SDK 1.6r1
  - In Eclipse preference-Android, I selected the newly uncompressed
  folder containing Android SDK 1.6r1
  - Click on OK
  - Eclipse runs some tasks and crashes

  After this, whenever I try to run Eclipse again it brings an empty
  windows on screen and does nothing else. Is there a way to come back
  to the old SDK without starting Eclipse, with config files for
  instance? Other suggestions?

  Thanks

 --
 Xavier Ducrohet
 Android SDK Tech Lead
 Google Inc.
--~--~-~--~~~---~--~~
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---