4

I am using a fresh install of Eclipse Luna and ADT (just deleted and redownloaded it) and whenever I try to run ANY android project I have, eclipse starts freezing and then finally freezes at "Launching (99%)". After about 2 minutes of this, it pops up the error "GC Overhead Limit Exceeded", and I have to force quit eclipse.

This evens happens when I create a new Android project and try to run it. This is on a macbook pro running OS 10.9.4

Can anyone help me? I am incredibly frustrated by this, I feel like every time I try to program something in Android I waste more than half my time chasing and dealing with bugs in Eclipse.

Josh
  • 1,688
  • 4
  • 22
  • 35
  • 4
    Have you tried to adjust/allocate the memory to Eclipse instance? http://docs.oseems.com/general/application/eclipse/fix-gc-overhead-limit-exceeded – display name Jul 23 '14 at 15:06
  • 3
    a quick google, have you tried these? http://docs.oseems.com/general/application/eclipse/fix-gc-overhead-limit-exceeded, http://stackoverflow.com/questions/9471194/unable-to-execute-dex-gc-overhead-limit-exceeded, – RoraΖ Jul 23 '14 at 15:07
  • What did it? I got the same problem – Sebastian Breit Nov 03 '14 at 21:00

1 Answers1

4

Adjusting/allocating more memory in eclipse worked.

https://www.simplified.guide/eclipse/fix-gc-overhead-limit-exceeded

Josh
  • 1,688
  • 4
  • 22
  • 35