能否" Android的库更新"相位,以某种方式加快? [英] Can the "Android Library Update" phase, somehow be sped up?

查看:179
本文介绍了能否" Android的库更新"相位,以某种方式加快?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Eclipse的伽利略,
CA 20款Android项目,与项目之间的许多依赖
(UTIL,testutils一TestProject的每个库和应用程序,whitelabelling等)

Eclipse Galileo,
ca 20 Android projects, with many dependencies between projects
(util, testutils, one testproject for each library and app, whitelabelling etc)

在启动Eclipse下面会显示在进度:
更新SVN缓存, - 体面的速度
Android的库更新, - 慢,随着网络接入
负荷 建设工作区 - 体面的速度

When starting Eclipse the following is displayed in the progressbar:
"Update SVN Cache", - decent speed
"Android Library Update", - SLOW, with loads of network access
"Building workspace" - decent speed

可以在Android的库更新阶段,以某种方式加快?

更新2011-06-14
我现在运行Eclipse太阳神,Ubuntu的32位10.0.4 VBOX旅客于Win7的,Android SDK中都充分补丁为2011-06-14。
同样的问题仍然存在,Android的库更新慢,但现在的CPU是100%,无网络流量。
SOOO ... JVM调整可能工作,或与运行Ubuntu 64位10.0.4 VBOX客人Win7的主机上的apt-get的安装IA32-库作为替代。没有时间,现在虽然调查其中的任意一种选择。

Update 2011-06-14
I'm now running Eclipse Helios, Ubuntu 32-bit 10.0.4 vbox guest on Win7 , Android SDK all fully patched as of 2011-06-14.
The same issue remains, "Android Library Update" is slow, BUT now the CPU is 100% with NO network traffic.
Sooo... JVM tweaking may work, or running Ubuntu 64-bit 10.0.4 vbox guest on Win7 host with "apt-get install ia32-libs" as an alternative. No time to investigate either of those options right now though.

推荐答案

下面是我tunned了我的Eclipse在ini文件安装:

Here is how I tunned up my Eclipse install in the ini file:

-startup

插件/ org.eclipse.equinox.launcher_1.1.0.v20100507.jar

plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

- launcher.library

--launcher.library

插件/ org.eclipse.equinox.launcher.gtk.linux.x86_1.1.1.R36x_v20100810

plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.1.R36x_v20100810

-showlocation

-showlocation

-showsplash

-showsplash

org.eclipse.platform

org.eclipse.platform

- launcher.defaultAction

--launcher.defaultAction

中openFile

- launcher.XXMaxPermSize

--launcher.XXMaxPermSize

512米

-vmargs

-server

-Dosgi.requiredJavaVersion = 1.6

-Dosgi.requiredJavaVersion=1.6

-Xms40m

-Xss4m

-XX:CompileThreshold = 10

-XX:CompileThreshold=10

-XX:MaxGCPauseMillis = 10

-XX:MaxGCPauseMillis=10

-XX:MaxHeapFreeRatio = 70

-XX:MaxHeapFreeRatio=70

-XX:+ CMSIncrementalPacing

-XX:+CMSIncrementalPacing

-XX:+ UnlockExperimentalVMOptions

-XX:+UnlockExperimentalVMOptions

-XX:+ UseG1GC

-XX:+UseG1GC

-XX:+ UseFastAccessorMethods

-XX:+UseFastAccessorMethods

-Xmx684m

请注意我在日食3.6,并使用JDK 1.6。

Note I am on eclipse 3.6 and using jdk 1.6..

其他的事情更新到Eclipse 3.6 ..

The other thing update to Eclipse 3.6..

这篇关于能否" Android的库更新"相位,以某种方式加快?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆