【个人记录而已】
【eclipse】中工程编译
【1】导入工程 【2】修改默认编码方式和java编译环境【3】project clean
【注意事项】
【1】如果经过上述步骤仍没编译通过,【1.1】刷新后clean【1.2】或重启eclipse后clean
【2】后台ant编译或svn更新后回到eclipse下需要刷新工程后再build
****************************************************************************
【ant】记录曾遇到的问题
【1】 ant编译过程报type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds boolean,java.lang.Object
问题原因:ant编译过程中报出的泛型错误
解决方法:增加强转
更多资料:http://www-01.ibm.com/support/docview.wss?uid=swg21443094和http://www.strongd.net/
******************************************************************************************************************
【ant】编译过程 dx内存溢出
解决方法:android sdk/platform-tools/dx.bat 修改默认xms大小