问题如下:BUILD FAILEDD:\adt-bundle-windows-x86_64-20131030\sdk\tools\ant\build.xml:653: The following error occurred while executing this line:D:\adt-bund...
分类:
其他好文 时间:
2014-07-16 23:03:08
阅读次数:
195
简单记录下 在CentOS6.2 64bit 下安装avidemux的过程。首先去了http://avidemux.sourceforge.net/ 下下载了2.6.8的源码包,然后安装官方给的安装方法安装:http://avidemux.org/admWiki/doku.php?id=build:...
分类:
其他好文 时间:
2014-07-16 21:56:53
阅读次数:
129
在Gradle1.3之前,Publishing artifacts是使用uploadConfigurationName来publish声明artifacts是靠使用build.gradle artifacts { artifact }声明。生成artifact:可以使用三种途径:1、使用已...
分类:
其他好文 时间:
2014-07-16 20:54:27
阅读次数:
211
CoreOS官网主页使用一句话概括其理 念:“A new way to think about servers”,以及紧接着的“CoreOS is Linux for massive server deployments”, 表示这是一个新思维方式思考未来服务器大规模部署的的Linux服务器操作系统...
分类:
系统相关 时间:
2014-07-11 23:19:03
阅读次数:
702
?在网上找到的方法1. 在libs中的android-support-vr.jar上右键 - build path - add to build path, 然后config build path, 选择 Libraries, 然后选择android-support-vr.jar, edit之, 关...
分类:
其他好文 时间:
2014-07-11 21:13:55
阅读次数:
212
eclipse报autowired cannot be resolved to a type的错误,一般情况是依赖的JDK或者jar包有问题,检查build path可以排查文件,我今天遇到这个情况,是因为我新导入的项目,没有在eclipse里maven关联,在eclipse里右键点击项目,然后选择...
分类:
系统相关 时间:
2014-07-11 12:21:06
阅读次数:
2568
本篇是基于Cocos2d-x-3.2和vs2012的环境下配置。
1、先从官方网站(www.cocos2d-x.org)下载 Cocos2d-x-3.2文件。
2、由于Cocos2d-x 3.0以上的版本要求系统windows7以上,vs2012以上。网上寻找并下载VS2012的镜像以及密钥,安装好vs2012。
3、打开Cocos2d-x-3.2文件中的build文件中找到 “cocos2...
直接使用sudo easy_install matplotlib 报错
============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib...
分类:
其他好文 时间:
2014-07-10 19:24:54
阅读次数:
214
这是JsonCpp实例下载地址参考地址1参考地址2遇到编译未通过,有个配置属性的地址解压后用vs打开makefiles文件夹,里面是jsoncpp和两个test的工程,jsoncpp如下红框中。 编译jsoncpp项目,然后在程序目录的build文件夹下可以找到编译好的lib文件debug和rel....
分类:
编程语言 时间:
2014-07-10 15:38:45
阅读次数:
475
1、andriod gradle插件版本过低。
出错位置:
dependencies{
classpath 'com.android.tools.build:gradle:0.10.2'
}
提示信息:You must use a newer version of the Android Gradle plugin. The minimum supported version is ...
分类:
其他好文 时间:
2014-07-09 10:43:51
阅读次数:
230