最近使用CocoaPods来添加第三方类库,无论是执行pod install还是pod update都卡在了Analyzing dependencies不动原因在于当执行以上两个命令的时候会升级CocoaPods的spec仓库,加一个参数可以省略这一步,然后速度就会提升不少。加参数的命令如下:pod...
分类:
其他好文 时间:
2014-11-19 17:45:18
阅读次数:
243
Allegro从.brd文件中导出器件封装打开.brd文件,File→Export→Libraries,除了No libraries dependencies之外,所有选项都勾选上,设定好存放路径之后,Export!!注意事项:1. 一般的,将.dra, .pad, .psm, .fsm, .fsm...
分类:
其他好文 时间:
2014-11-16 13:23:10
阅读次数:
217
根据项目要求需要用到openssl这个库,看了看编译环境幸好本身就集成了该库。但在编译openssl的功能时,碰到缺少类库的错误。 Package test is missing dependencies for the following libraries: libcrypto.so....
项目版本构建本文地址: http://blog.csdn.net/caroline_wendy根据SVN中的项目, 构建本地版本, 进行开发, 构建方式是:1. "svn co”项目文件, 删除"*.gradle”文件, import项目;2. 删除Modules, 保留Support-v7, G7Anno, BaiduVoice, CD四个工程;3. 配置Modules Dependencies...
分类:
移动开发 时间:
2014-11-15 07:49:02
阅读次数:
211
转自http://www.eoeandroid.com/thread-272679-1-1.html第三方jar的导入方式在新版本的ADT环境下,只需要在工程目录下新建libs文件夹(注意是libs不是lib),然后将第三方的jar复制进去,eclipse会自动将这个jar添加到Android De...
分类:
移动开发 时间:
2014-11-14 22:24:35
阅读次数:
359
目录结构 下面为我的工程目录结构: 其中persistence.xml是必须的, Maven依赖项 <dependencies>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-all</artifact...
分类:
其他好文 时间:
2014-11-13 16:55:09
阅读次数:
272
buildroot - 2011.11 交叉编译器制作时,提示如下错误:
“You may have to install 'g++' on your build machine”
还提示:toolchain/dependencies/dependencies.sh 121 Error
.....
原来他没有检查出来,CXXCOMPILER_VERSION为空。方便起见,我直接输入命令:
c++ -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc vers...
分类:
系统相关 时间:
2014-11-09 20:55:17
阅读次数:
568
BadImageFormatException : Could not load file or assembly or one of its dependencies....
分类:
其他好文 时间:
2014-11-08 02:08:31
阅读次数:
265
本文介绍了了unity中Assetbundle的使用以及使用过程中可能会碰到的一些问题。...
分类:
其他好文 时间:
2014-11-07 20:57:20
阅读次数:
996
Learning Puppet — Resource OrderingLearn about dependencies and refresh events, manage the relationships between resources, and discover the fundament...
分类:
其他好文 时间:
2014-11-07 16:32:34
阅读次数:
318