在3.2使用cocoStudio的时候出现这个错误, 嗯 以前版本貌似没有出现??????
看错误截图
解决办法:
在adnroid.mk问价加入头文件路径
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../cocos2d/cocos/editor-support/cocostudio
LOCAL_C_INCLUDES +...
分类:
移动开发 时间:
2014-09-05 16:17:41
阅读次数:
223
When packaging an apk, all classes of all libraries used by the program will be included, this makes the apk very huge, even exceeds the capacity of.....
分类:
其他好文 时间:
2014-09-05 12:41:01
阅读次数:
145
百度查到http://stackoverflow.com/questions/19794200/gradle-android-and-the-android-home-sdk-location按照其中的讲解设置了ANDROID_HOME环境变量为E:\android\adt-bundle-windo...
分类:
移动开发 时间:
2014-09-04 23:36:40
阅读次数:
981
1 、MySQL处理数据库中lob类型数据,如longblob类型;2、实体类定义: private byte[] clientFile;3、映射文件定义: 4、如果在spring上要使用Struts中自带的上传功能必须在spring的配置文件中加以声明.否者将会出现java....
分类:
编程语言 时间:
2014-09-04 20:41:50
阅读次数:
613
创建 COM 对象失败. 应用程序将被中断. Start tag expected, '<' not found. Location: 'C:\Users\Mike/.VirtualBox\VirtualBox.xml', line 1 (0), column 1. C:\tinderbox\...
具体的输入信息是这样的。uboot> httpLink down: eth0Ethernet mode (duplex/speed): 1/1000 MbpsHTTP server is starting at IP: 192.168.0.250HTTP server is ready!Reques...
分类:
其他好文 时间:
2014-09-04 18:31:59
阅读次数:
266
MedianTime Limit: 5 Seconds Memory Limit: 65536 KBThe median of m numbers is after sorting them in order, the middle one number of them if m is even o...
分类:
其他好文 时间:
2014-09-04 16:49:29
阅读次数:
190
http://blogs.msdn.com/b/ramaprasanna/archive/2009/09/16/invalid-object-name-sys-configurations-microsoft-sql-server-error-208.aspx----------When you u...
分类:
数据库 时间:
2014-09-04 08:25:27
阅读次数:
220
首先确认收件人在24小时内主动向公众号发过消息。该消息的 FromUserId 即是客服消息的 touser 参数的 OpenId其次,确认使用的编码是 ASCII ,UTF-8无效!!!干了一下午。终于找到方法了。PostString 的测试样例:request.Method = "POST";r...
分类:
微信 时间:
2014-09-03 22:32:47
阅读次数:
1716
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-09-03 19:50:37
阅读次数:
156