可以在cygwin中通过vim修改,也可以在windows安装目录中修改 home\\.bash_profile 文件中最后添加环境变量
NDKROOT=/cygdrive/e/Andriod/develop/android-ndk-r8
export NDKROOT
其中NDK=/cygdrive// ,"NDK"这个名字随便起,以后经常用不要太长。
重启cygwin,输...
分类:
Windows程序 时间:
2015-06-17 21:45:26
阅读次数:
1427
globalMsg = {“Missing semicolon.” : “缺少分号.”,“Use the function form of \”use strict\”.” : “使用标准化定义function.”,“Unexpected space after ‘-’.” : “在’-'后面不应出...
分类:
Web程序 时间:
2015-06-17 11:00:36
阅读次数:
235
用svn client的时候出现这么一个问题,客户端能正常check out,但是在check in(commit,mkdir等)的时候出错了:Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY服...
分类:
其他好文 时间:
2015-06-15 20:31:29
阅读次数:
111
编写布局代码时发现xml脚本出现错误“Unexpected namespace prefix "xmlns" found for tag LinearLayout”,原来是一个namespace声明只要在xml中出现一次就可以了,多次出现就报错,老版本没这要求,新版本进行了改进。只保留第一个声明,后...
分类:
其他好文 时间:
2015-06-11 16:11:04
阅读次数:
92
集成新浪微博SDK,用gradle编译时,报如下错误:UNEXPECTED TOP-LEVEL EXCEPTION:com.android.dex.DexException: Multiple dex files define Lcom/sina/weibo/sdk/BuildConfig;at.....
分类:
其他好文 时间:
2015-06-10 22:14:58
阅读次数:
150
1.遇错./.libs/libgcj.so: undefined reference to `__cxa_call_unexpected'解决:d.错误码:"/.libs/libgcj.so: undefined reference to `__cxa_call_unexpected' collec...
分类:
其他好文 时间:
2015-06-10 20:58:08
阅读次数:
252
解包大型apk文件,可能会出现如下错误,
UNEXPECTED TOP-LEVEL ERROR:
java.util.concurrent.ExecutionException: java.io.FileNotFoundException/./Contacts/com/google/common/base/Optional$1.smali (Too many open files)
...
分类:
其他好文 时间:
2015-06-10 17:19:29
阅读次数:
138
MyEclipse 打开后有时候莫名的在server窗口里抛出“Could not create the view: An unexpected exception was thrown”错误,解决办法:打开myeclipse所在的wordspace文件夹,在下面子文件夹.metadata\.plu...
分类:
系统相关 时间:
2015-06-09 19:12:24
阅读次数:
157
我也遇到过这个问题,就是工作空间的问题好像是删除你工作空间的一个文件就可以解决了,我记得好像是下面这么操作的,不知道对不对!未确定这样之后还会不会出现这个问题
分类:
系统相关 时间:
2015-06-06 12:01:46
阅读次数:
277
Sql Server触发器和hibernate一起使用时经常报类似如下错误Batch update returned unexpected row count from update [0];这个问题困扰了我半年,不止上面的错误还有其他类似的错误,半年内一直很郁闷,半年是什么概念真是晕倒,曾经也百度...
分类:
Web程序 时间:
2015-06-05 11:57:22
阅读次数:
130