This Android SDK requires Android Developer Toolkit version23.0.0or above. Current version is 12.0.0.v201106281929-138431.Please update ADT to the lat...
分类:
移动开发 时间:
2014-12-16 11:18:23
阅读次数:
145
我用的是VS2010
在用WMI获取电脑系统信息时,要使用到win系统的dll,
错误提示:Error 1
error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do...
分类:
编程语言 时间:
2014-12-15 10:32:52
阅读次数:
202
使用git review时出现错误:fatal: ICLA contributor agreement requires current contact information.Please review your contact information: https://review.ope...
分类:
其他好文 时间:
2014-12-08 21:17:12
阅读次数:
167
在linux系统中,可以利用texlive配合shell脚本,把eps格式的图片转换成pdf格式的图片。用到的两个文件如下:eps2pdf.tex:\documentclass[a4paper]{article}\usepackage{graphicx}\usepackage{epstopdf}\begin{document}\begin{figure}\centering%Requires\usepackage{graphicx}..
分类:
其他好文 时间:
2014-12-05 19:35:37
阅读次数:
161
解决的方案是将jdk1.7制定的版本定制为jdk.6.即在eclipse中,右键项目->Properties->Java Compiler->enable "project specific settings->Set Compiler compliance level to 1.6 re Buil...
分类:
移动开发 时间:
2014-12-05 18:49:17
阅读次数:
450
由于手头上一直没有android level 17及以上版本的手机,有一个shell命令启动脚本的BUG,发生在SDK level 17及以上API>=17中加入了INTERACT_ACROSS_USERS_FULL,目的在于允许不同用户的应用之间可以产生交互,了安全,因此在交互时会校验userSe...
分类:
移动开发 时间:
2014-12-05 10:33:39
阅读次数:
1804
今天在将一个VS2003的工程转化为VS2010的时候,出了一些问题。
首先是:
fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended.
其次是:
warning MSB8012...
分类:
其他好文 时间:
2014-12-03 21:26:28
阅读次数:
266
很多人使用startActivity时候,会碰到如下的异常:
Caused by: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really...
分类:
其他好文 时间:
2014-12-03 12:28:34
阅读次数:
138
E/AndroidRuntime( 1601): FATAL EXCEPTION: main
E/AndroidRuntime( 1601): Process: com.android.camera2, PID: 1601
E/AndroidRuntime( 1601): android.content.res.Resources$NotFoundException: File res/dra...
分类:
其他好文 时间:
2014-12-02 15:19:38
阅读次数:
452
今天碰到这样一个难题,搞了很久都没搞定,到网上搜索了一下,发现有很多人都在问这样的问题,现在将自己解决和分析的结果放置如下:在ArrayAdapter()这个类中有多个构造方法,我仅据此列以作代表:ArrayAdapter(Contextcontext,inttextViewResourceId,List<T>objects)参..
分类:
其他好文 时间:
2014-12-01 16:15:40
阅读次数:
193