Eclipse Luna在Google Play服务Android期间冻结

时间:2014-08-01 04:02:53

标签: android eclipse google-play-services

我正在尝试在我的应用中使用Google Play服务,因为我需要谷歌地图,但是eclipse不起作用,他可以自由地阻止,就像内存堆满了。我正在使用Eclipse Juno。

谢谢。

1 个答案:

答案 0 :(得分:0)

我经历了同样的事情,并在编辑eclipse.ini

文件后解决了
  --launcher.XXMaxPermSize
1024m
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m