问题
I am trying to run my android project on eclipse and platform ubuntu 64 bit. Everything goes well but When I Add Google play Services to the project appear a big problem.
1.Running android app, hight CPU load.

- Eclipse Show wrong message "GC overhead limit exceeded".

- Finally Close Eclipse.

When remove google play from my prject, it can running well.

回答1:
I would suggest using android studio instead of eclipse https://developer.android.com/sdk/index.html.
But also, you could try launching eclipse with more memory: How can I give eclipse more memory than 512M?
回答2:
Did you add everything from google play services to your project? If so, I suggest you only depend on the APIs that your project actually uses.
See Selectively compiling APIs into your executable page
来源:https://stackoverflow.com/questions/30824481/gc-overhead-limit-exceeded-with-google-play-services