http://www.cfei.net/archives/535 依赖项目外包 <dependencies> ? ? ? ?<dependency> ? ? ?<groupId>com.polites.android</groupId> ? ? ?<artifactId>gesture-imageview</artifactId> ? ? ? ? ?...
分类:
其他好文 时间:
2014-10-30 12:01:37
阅读次数:
210
问题描述:
在android手机上安装apk的时候,报错如下:
Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE
Please check logcat output for more details.
Launch canceled!
上网搜了搜原因发现是某些应用程序(如360、91手机助手)造成手...
分类:
其他好文 时间:
2014-10-30 11:45:10
阅读次数:
235
之前也安装过hive,操作过无数,也没发现什么错误,今天因为之前安装的hadoop不能用了,不知道为什么,老是提示node 0,所以重新安装了hadoop和hive。安装完测试hive创建表也没发现什么错误,但是一旦执行create table tab_name as select * from (...
分类:
其他好文 时间:
2014-10-30 01:35:00
阅读次数:
443
private static final int NOTIFICATION_ID = 123;public static final int MESSAGE_FAILED_NOTIFICATION_ID = 789;public static final int DOWNLOAD_FAILED_NO...
分类:
移动开发 时间:
2014-10-29 23:44:17
阅读次数:
273
1. Camera
Camera是Android framework里面支持的,允许你拍照和拍摄视频的设备,那么,在使用camera开发中总是会遇到一些问题,例如以下这样子的:
E/AndroidRuntime(1542): java.lang.RuntimeException: setParameters failed
E/AndroidRuntime(1542): at android...
分类:
移动开发 时间:
2014-10-29 21:36:27
阅读次数:
268
在OpenWRT SDK 编译 hello demo的时候出现错误:Package hello is missing dependencies for the following libraries: libc.so.6发现以前可以编译通过,现在编不过了,奇怪。后来在网上找原因,有的说改libc.p...
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
解决方法:
将Apple LLVM compiler 4.1 - Language ->c++ Standard Library 修改为 libstdc++ (GNU C++ standard library)...
分类:
移动开发 时间:
2014-10-29 17:16:25
阅读次数:
173
环境:jdk1.7(64bit),eclipse4.4(64bit),SVN1.10.3
问题:在利用subclipse同步资源时,报出错误提示
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.librar...
分类:
编程语言 时间:
2014-10-29 17:12:42
阅读次数:
146
往svn服务器提交代码时候,
遇到错误:org.apache.subversion.javahl.ClientException: svn: E155011: Commit failed (details follow): svn: E155011: Directory 'D:\Android2\Picture\bin\dexedLibs' is out of date org.apache.s...
分类:
编程语言 时间:
2014-10-29 15:01:49
阅读次数:
1689
还是采用静默安装,手工建库完成后。在安装的OEM的时候一直报这个错误。这里稍微记载以下解决方案:Database connection through listener failed. Fix the error and run EM Configuration Assistant again.So...
分类:
数据库 时间:
2014-10-29 12:51:54
阅读次数:
241