|
osdir.com mailing list archive F.A.Q. -since 2001! 1202333 |
|
|
|
|
Date: Prev Next Date Index Thread: Prev Next Thread Index
I had the same problem until I changed the rights (read/write) on eclipse folder. Advice: install eclipse in your home directory, not in a path with just read access. I guess it's a bug in a script (install plugin). On Sep 18, 9:09 am, "Klaus, GPSies.com" <klaus.becht...@xxxxxxxxxxxxxx> wrote: > Hi Andre, > > I do have the same problem. I'm using also Eclipse (3.5 Galileo). > After installation of the new Android plugIn the old Andoid icon > disappears (and also my Tomcat Sysdeo plugIn) - and I do have no > preferences for Android and Tomcat. No Idea... > > Did you solved your problem already? > > Cheers, Klaus --~--~---------~--~----~------------~-------~--~----~ 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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to android-beginners-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---
Thread at a glance:
Previous Message by Date:[android-beginners] Application DataHi, i've read the articles about activity lifecycle, subclassing the application and so on; but i don't know where to put my application data. I could write/load files in OnPause / OnResume, but that seems not a good solution since a new sub-activity (e.g. details of a specific item) would force a save too. Currently i'm holding my data in a subclass of application (and wanted to save it in OnDestroy, but there is no guarantee that OnDestroy is called). So; where do i put all the big data which is needed by several activities within the same application? Should i create a service? 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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to android-beginners-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~--- Next Message by Date:[android-beginners] Making UI programmatically vs XMLSay I want to make a program that can roll up to 10 dice, and I want all the results page to display the results for how ever many dice were rolled, with checkboxes next to the die result, do I need to do that programmatically or is there a way for XML to be able to handle this? --~--~---------~--~----~------------~-------~--~----~ 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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to android-beginners-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~--- Previous Message by Thread:[android-beginners] Re: Eclipse Android preferences disappear after installing a second pluginHi Andre, I do have the same problem. I'm using also Eclipse (3.5 Galileo). After installation of the new Android plugIn the old Andoid icon disappears (and also my Tomcat Sysdeo plugIn) - and I do have no preferences for Android and Tomcat. No Idea... Did you solved your problem already? Cheers, Klaus --~--~---------~--~----~------------~-------~--~----~ 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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to android-beginners-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~--- Next Message by Thread:[android-beginners] Re: Eclipse Android preferences disappear after installing a second pluginI had the same problem when I upgrade the ADT to 0.93 for Eclipse 3.5 Galileo. I managed to make it appear after I delete the .eclipse folder in my home directory and go through the entire process again to install the new ADT. Hope that helps someone On Sep 18, 4:09 pm, "Klaus, GPSies.com" <klaus.becht...@xxxxxxxxxxxxxx> wrote: > Hi Andre, > > I do have the same problem. I'm using also Eclipse (3.5 Galileo). > After installation of the new Android plugIn the old Andoid icon > disappears (and also my Tomcat Sysdeo plugIn) - and I do have no > preferences for Android and Tomcat. No Idea... > > Did you solved your problem already? > > Cheers, Klaus --~--~---------~--~----~------------~-------~--~----~ 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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to android-beginners-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---
|
|