您的位置:首页 > 移动开发 > Android开发

Android ADT 23.0.0 64位的下载地址及官方下载+内存溢出错误解决方法

2015-01-06 10:51 357 查看

64位免费下载:点击下载

官方下载:http://developer.android.com/sdk/index.html


安装好后会出现这样:

An out of memory error has occurred.Consult the "Running Eclipse" section of read me file

for information on preventing this kind of error in the future.(eclipse内存溢出错误)

配置:eclipse.ini(adt-bundle-windows\eclipse\eclipse.ini)

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-product
adtproduct
--launcher.XXMaxPermSize
1024M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
-vmargs
-Duser.name=chenyingyou
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m
-Xss512m
搞定!!!!!!!!!!!!!11
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: