码迷,mamicode.com
首页 >  
搜索关键字:docker build    ( 31609个结果
【Exception】 java.lang.NoSuchMethodError: android.app.AlertDialog$Builder.setOnDismissListener
f(Build.VERSION.SDK_INT >10) builder =newAlertDialog.Builder(getActivity(), R.style.Theme.Sherlock.Dialog);else builder =newAlertDialog.Builder(...
分类:移动开发   时间:2014-05-16 07:49:31    阅读次数:606
cocos2d-x (Android)之-那些常见的error记
转自:http://blog.csdn.net/callchunli/article/details/8929813(2013/9/2)build.xml:939: java.lang.ArrayIndexOutofBoundsExcption:1at com.android.ant.Depende...
分类:移动开发   时间:2014-05-16 05:10:27    阅读次数:1029
boost 线程库
http://www.boost.org/Boost的安装step1.从www.boost.org下载boost库 step2 在 tools\build\jam_src目录下 运行build.bat来生成jamstep3 设置环境变量(后面的%PATH%要加) PATH=%boost的绝对路径%\...
分类:编程语言   时间:2014-05-16 03:11:46    阅读次数:433
Multiple build commands for output file
【Multiple build commands for output file】 copy了多个同名文件,就会出现此警告,因为ios机制,所有copy的资源都放置在根目录下。 解决方法中在BuildPhases在CopyBundleResource中,只保留一个资源,或者重命名资源。
分类:其他好文   时间:2014-05-16 01:04:22    阅读次数:251
sublime 配置python环境
1. 在工具栏点击Preferences,打开Browse Packages。在打开的文件夹中找到Python,并打开这个文件夹。找到文件Python.sublime-build,并打开。2. 修改以下内容:{"cmd": ["python", "-u", "$file"],"path":"D:/P...
分类:编程语言   时间:2014-05-16 00:18:23    阅读次数:253
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from
?? 解决办法:加入相关类的 jar 包到你的 classpath (右键点击某个jar包--build path--config build path...---liberary---Add external jar library),此处加入 servelet-api.jar(此包在eclipse/plugins目录中可以找得到,其他类似的错误也用相同的方法解决) 到 classpath ,...
分类:编程语言   时间:2014-05-15 07:08:36    阅读次数:313
cocos2dx 编译错误 BUILD FAILEDG:\android\SDK\android-sdk-windows\tools\ant\build.xml:645: The following
BUILD FAILEDG:\android\SDK\android-sdk-windows\tools\ant\build.xml:645: The following erroroccurred while executing this line:G:\android\SDK\android-sdk-windows\tools\ant\build.xml:683: null returned:...
分类:移动开发   时间:2014-05-15 04:48:27    阅读次数:647
gradle编译自定义注解(annotation)
最近把一个用eclipse构建的项目,加上了Gradle脚本,用它来编译。虽然最后编译是显示BUILD SUCCESSFUL,但是在编译过程中,却打印出一大堆栈信息,似乎是在编译我自定义的注解时出现的异常。 打印的栈信息前面部分如下: :assemble :lint Failed converting ECJ parse tree to Lombok for file E:\code\git\...
分类:其他好文   时间:2014-05-15 00:00:10    阅读次数:516
Java Web项目中缺少Java EE 6 Libraries怎么添加
Java Web项目中缺少Java EE 6 Libraries怎么添加 具体步骤如下: 1、项目名称上点击鼠标右键,选择“Build Path-->Configure Build Path-->Java Build Path” 2、单击“Add Library...” 3、选择“User Library”,单击“Next” 4、单...
分类:编程语言   时间:2014-05-14 23:58:13    阅读次数:619
WebBot - Build Web Apps as Easily as Native Ones - Home
Python-based Template PackagesPython-based Template PackagesWebBot - Build Web Apps as Easily as Native Ones - HomeBuild Web Apps as Easily as Native ...
分类:移动开发   时间:2014-05-14 22:50:26    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!