?在网上找到的方法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
现在是安装了Ubuntu 14.04 LTS但是通过安装ubuntukylin 这个包居然实现了Kylin~~原来这个自主研发还这么方便~呵呵 sudo apt-get install ubuntukylin-default-settings 今天主要是遇到了这个问题,无线网卡识别不了。找了好久终于...
分类:
其他好文 时间:
2014-07-10 16:06:24
阅读次数:
214
这是JsonCpp实例下载地址参考地址1参考地址2遇到编译未通过,有个配置属性的地址解压后用vs打开makefiles文件夹,里面是jsoncpp和两个test的工程,jsoncpp如下红框中。 编译jsoncpp项目,然后在程序目录的build文件夹下可以找到编译好的lib文件debug和rel....
分类:
编程语言 时间:
2014-07-10 15:38:45
阅读次数:
475
解决:
选择项目名称-->Targets-->Build Settings-->Search Paths-->Library Search Paths 删除对应路径...
分类:
其他好文 时间:
2014-07-09 11:12:33
阅读次数:
274
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
1 准备工作
全部是按照官方操作的:http://wiki.ros.org/groovy/Installation/Source
apt-get install python-rosdep python-rosinstall-generator python-wstool build-essential
出现错误,找不到源 ,那个就要进入提示的页面:If you have tr...
分类:
其他好文 时间:
2014-07-09 09:51:04
阅读次数:
542