码迷,mamicode.com
首页 >  
搜索关键字:build ant    ( 21718个结果
[转]QT 4.5.2 嵌入式开发平台的搭建
原文QT 4.5.2 嵌入式开发平台的搭建系统环境:ubuntu 9.04编译环境:crosstool 0.43 安装后生成4.1版本的arm-linux-GCC在配置之前,sudo apt-get install build-essential 来安装基本的开发环境Qtx11(源码安装) 安装准备...
分类:其他好文   时间:2014-05-09 04:00:08    阅读次数:464
Linux下的bochs安装
强烈建议使用ubuntu系统,apt-get指令太好用了,安装各种依赖相当简单。 1.首先到bochs网站上下载一个linux版本bochs。在安装之前需要安装一些依赖: sudo apt-get install build-essential sudo apt-get install xorg-dev sudo apt-get install libgtk2.0-dev sudo ap...
分类:系统相关   时间:2014-05-09 02:09:44    阅读次数:387
android make
snoddnod自己添加类似与 snod 的命令 dnod,适用于 userdataimage.PHONY: userdataimage-nodeps dnoduserdataimage-nodeps dnod: | $(INTERNAL_USERIMAGES_DEPS) $(build-us...
分类:移动开发   时间:2014-05-08 17:49:37    阅读次数:299
IOS常见错误分析解决(一直更新) 你值得收藏-综合贴
IOS常见错误分析解决(一直更新) 你值得收藏 -来自收藏总结 综合了好多的常见错误 1:clang failed with exit code 254 2:Verify exit code of build task with internal identifier '**.png' 4: _OBJC_CLASS_$_UIMainKpiXML", referenced from: 5: for architecture armv7s 。。。。。。。。...
分类:移动开发   时间:2014-05-08 15:49:47    阅读次数:527
TFS Build Definition And Auto Deploy
TFS-Build-Definition-And-Auto-Deploy
分类:其他好文   时间:2014-05-08 15:27:22    阅读次数:257
How to build windows azure PowerShell Source Code
Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases Downdload Wix ToolSet from http://...
分类:Windows程序   时间:2014-05-08 11:28:55    阅读次数:518
Trying to override old definition of task javac Error
最近在看pentaho-ce-5.1的源代码,用ant进行编辑的时候总是出错TryingtooverrideolddefinitionoftaskjavacError修改以前的内容<?xmlversion="1.0"?> <projectname="HelloWorld"default="compress"> <presetdefname="javac"> <javacincludeantruntime="fal..
分类:编程语言   时间:2014-05-08 11:08:05    阅读次数:415
ant打包完美流程
1.配置ant打包所需的环境变量(事先配置好Java,Android的环境变量)---这个不会请自行百度.or google2.解压ant,比如解压到D:\ant3.我的电脑->属性->高级->环境变量4.系统变量新建ANT_ HMOE,变量值为d:\ant5.系统变量新建或修改Path,将%ANT...
分类:其他好文   时间:2014-05-08 09:56:18    阅读次数:466
unity3d游戏无法部署到windows phone8手机上的解决方法
今天搞了个unity3d游戏,准备部署到自己的lumia 920上,数据线连接正常,操作正常,但是“build”以后,始终无法部署到手机上,也没有在选择的目录下生产任何相关文件。但是提示有一个错误: Error building Player: Exception: Error: method `S...
分类:移动开发   时间:2014-05-08 06:55:10    阅读次数:491
Android学习笔记(十一)——从意图返回结果
从意图返回结果 startActivity()方法调用另一个活动,但并没有返回结果给当前活动。此时如想从一个活动中回传数据,就要使用startActivityForResult()方法。 点此获取完整代码~                                                                    ...
分类:移动开发   时间:2014-05-07 23:21:36    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!