参考资料:
http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk
http://serverfault.com/questions/442792/ubuntu-12-04-apt-get-install-ia32-libs-unmet-dependencies
http://my.oschina...
分类:
移动开发 时间:
2014-12-11 15:58:05
阅读次数:
211
##导入到Android studio后发现项目的build.grade是这样的。 ``` buildscript { repositories { mavenCentral() } dependencies { classpath ‘com.android.tools.build:gradle:1.0.0-rc1‘ } } ``` 这是不能编译的,...
分类:
移动开发 时间:
2014-12-10 12:46:18
阅读次数:
158
在ubuntu14.04上用sudoapt-get install percona-xtrabackup安装xtrabackup时提示zhj@my-SERVER:~$ sudo apt-get install percona-xtrabackup[sudo] password for zhj:Rea...
分类:
其他好文 时间:
2014-12-09 19:32:56
阅读次数:
149
CoomonJS modules provide a clean syntax for importing dependencies. This lesson will take a look at the basics of using CommonJS modules.app.jsvar dep...
分类:
Web程序 时间:
2014-12-09 07:05:40
阅读次数:
230
最近在Eclipse中开发Android中遇到了问题,报错:Unable to execute dex: java.nio.BufferOverflowException,研究了一下,找到了解决方案。
一、在项目上右键,选择Properties
二、选择最左侧的Java Build Path标签,按照下图把Android Dependencies和Android Private Lib...
分类:
编程语言 时间:
2014-12-07 12:40:52
阅读次数:
170
一、准备需要的jar包: 核心jar包:下载的spring-framework-3.X.X.RELEASE-with-docs.zip中dist 依赖的jar包:下载的spring-framework-3.X.X.RELEASE-dependencies.zip 二、创建标准Java工程: 1.创建标准的java工...
分类:
编程语言 时间:
2014-12-06 12:57:14
阅读次数:
144
CentOS 6.5下使用rpm -ivh gcc-4.4.7-4.el6.x86_64.rpm命令安装GCC时提示以下错误:warning: gcc-4.4.7-4.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
error: Failed dependencies:
cloog-ppl >= 0.15 ...
分类:
其他好文 时间:
2014-12-04 20:05:44
阅读次数:
904
Code4App 原创文章。转载请注明出处:http://code4app.com/article/cocoapods-install-usage 最近使用CocoaPods来添加第三方类库,无论是执行pod install还是pod update都卡在了Analyzing dependencies...
分类:
其他好文 时间:
2014-12-03 12:14:28
阅读次数:
256
错误报告:Analyzing dependencies/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/pathname.rb:422:in `open': No such file or direct...
分类:
其他好文 时间:
2014-12-02 19:04:46
阅读次数:
781
在gradle配置文件加入:android { packagingOptions { exclude 'META-INF/DEPENDENCIES.txt' exclude 'META-INF/LICENSE.txt' exclude 'META-IN...
分类:
移动开发 时间:
2014-12-01 14:04:59
阅读次数:
203