码迷,mamicode.com
首页 >  
搜索关键字:error: failed dependencies    ( 1529个结果
FloatinActionButton以及SnackBar的使用
在google发布了design包后,5.0以前的系统也可以使用FloatingActionButton了.在gradle中加入" compile 'com.android.support:design:22+' ",把design引入到project中.dependencies { comp...
分类:其他好文   时间:2015-07-09 19:41:11    阅读次数:202
Delphi XE5 常见错误与解决
1.运行时报示Checking project dependencies...Compiling Project1.dproj (Debug, Android)dcc command line for "Project1.dpr"[DCC Fatal Error] Project1.dpr(1): ...
分类:Windows程序   时间:2015-07-09 19:27:58    阅读次数:381
【node.js】mongodb<二>
安装:连接mongodb:数据库虽然安装并启动成功了,但我们需要连接数据库后才能使用数据库。怎么才能在 Node.js 中使用 MongoDB 呢?我们使用官方提供的 node-mongodb-native 驱动模块,打开 package.json,在 dependencies 中添加一行:"mon...
分类:数据库   时间:2015-07-06 13:47:40    阅读次数:134
安装Eclipse插件长时间卡在 calculating requirements and dependencies
把"Contact all update sites during install to find required software"前面的勾去掉,然后点击下一步,这样之后问题迎刃而解了。...
分类:系统相关   时间:2015-07-04 16:47:03    阅读次数:202
mysql-libs版本冲突卸载不了
问题:卸载mysql-libs时候出现如下依赖性无法卸载[root@mail yum.repos.d]# rpm -e mysql-libserror: Failed dependencies: libmysqlclient.so.16()(64bit) is needed by (i...
分类:数据库   时间:2015-07-03 13:50:02    阅读次数:201
长时间停留在calculating requirements and dependencies 的解决方案
如果Eclipse花费了很长的时间calculating requirements and dependencies(计算需求和依赖性 )这个问题通常就是在点击安装之后显示“Calculating requirements and dependencies”,然后进度条不动,调出系统监视器会发现压根...
分类:其他好文   时间:2015-07-02 11:44:28    阅读次数:101
Android Studio把library分发到jCenter和Maven Central
如果你想在Android Studio中引入一个library到你的项目,你只需添加如下的一行代码到模块的build.gradle文件中。 1 2 3 dependencies { ????compile ‘com.inthecheesefactory.thecheeselibrary:fb-like:0.9....
分类:移动开发   时间:2015-07-01 10:21:07    阅读次数:182
【Grails 代理Proxy设置】部署Grails遇到Error Resolve error obtaining dependencies:错误,及解决方法
最近在使用Grails,一开始使用3.0.2版本,一直包nullpointer错误,后来使用了2.5.0版本,可以创建工程,但是在进入到工程目录后,再执行grails程序,报错了,步骤如下:1. grails create-app helloworld // 成功2. cd helloworld3....
分类:其他好文   时间:2015-07-01 08:34:53    阅读次数:465
[转] M2E插件maven-dependency-plugin问题
转自 :http://blog.csdn.net/cskgnt/article/details/8530526问题:maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e. 这次换了个...
分类:其他好文   时间:2015-06-30 18:11:37    阅读次数:113
maven中的各种问题
[ERROR] Plugin org.apache.maven.plugins:maven-shade-plugin:3.1 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plug...
分类:其他好文   时间:2015-06-29 14:47:05    阅读次数:109
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!