FYI, some versions of Eclipse come preconfigured with memory settings that are too small for ADT.
Try adding -XX:MaxPermSize=512M in your Eclipse installation's eclipse.ini file. Make sure that this argument is on its own line! (We recently added this to the ADT bundle, but I don't know if that has shipped yet, and in any case it would affect all the many users who install their own Eclipse and then add ADT to it later; the eclipse.ini file is part of the Eclipse install, not ADT). You may also want to tweak the maximum heap setting flag, which should already be there (-Xmx-something-m). To give it a lot of memory to work with, try -Xmx1024m or even -Xmx2048m if you have a lot of RAM. -- Tor On Sat, Oct 12, 2013 at 10:11 AM, Yar <[email protected]> wrote: > No, it is not only mine. I've seen really lots of reports on Stack > Overflow about it. > > Also, I don't think it's Google developers problem as long as Android is > popular. I could add more examples, but it would be a waste of time, smart > a$$. > > > > Google/Android has developed a solid, well-tested software product, and >> obviously do care about Android developers. >> >> The fact that you, personally, have a bug in Eclipse, apparently (since >> the crash happens in Eclipse only for you), >> and not even in Android, does not indicate, let alone prove, that Google >> does not care about Android or that they >> do not test their software. >> >> The problem is yours, not theirs. >> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

