eclipse整体设置

2.Eclipse for android 设置代码提示功能
(1)设置 java 文件的代码提示功能
打开 Eclipse 依次选择 Window > Preferences > Java > Editor – Content Assist > Auto activation triggers for Java ,设置框中默认是一个点,现在将它改为:
.abcdefghijklmnopqrstuvwxyz(,

(2)设置 xml 文件的代码提示功能
打开 Eclipse 依次选择 Window > Preferences > Xml > Editor > Content Assist > Auto activation > Prompt when these characters are inserted ,设置框中默认是 <=: ,现在将它改为:
< =:.abcdefghijklmnopqrstuvwxyz(,


*******************************
eclipse整体设置

排除bin,gen,.settings等文件

Window -> Perferences -> Team -> Ignored Resource

添加  bin  gen lint.xml  .prefs .settings
给Eclipse_Android添加智能提示功能 

SDK版本大于15后,就不允许在主线程访问网络,必须单起线程去访问网络;

isan_liu
原文地址:https://www.cnblogs.com/ISAN-Liu/p/3900085.html