当前位置:首页
> ant
ant
游戏知识储备
客户端: 1.3D图形基本流程 2.手机主流GPU架构和工作方式 3.shader基本写法和注意事项服务器: 1.状态同步和帧同步,我们现在游戏移动同步、数据同步方式和存在问题&nbs…
unity打包批处理备份
suball.batcall build.batcd..call rename.bat-----rename.batdel MainActivity-release-unsigned.apk copy .\app\bin\MainActivity-release-unsigned.apk…
Eclipse中65536问题记录
[2017-05-11 12:22:00 - Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536[2017-05-11 12:22:00 - app] Conversion to Dalvik format f…
Android NDK生成共享库和静态库
Date: 2014-03-14Title: Compile Android Native Binary And Library Published: true...…
ant中copy操作学习心得
文章来源:http://www.blogjava.net/hh-lux/archive/2006/12/10/86635.htmlant中copy操作学习心得Ant真是太方便了,以前都没注意到它。功能很强大,能创建数据库,配置服务器,部署发布应用……只需要写好build.…