摘要: 对于做ios的人来说,安装安卓开发环境,最好是在mac下安装了,我的mac是10.8.2,64位系统的安卓开发环境需要下面几个东西:1 jdk(mac下已经默认有了,可以在命令提示符下输入java -version验证一下)2 eclipse3 ADT不过不用单独下载eclipse和adt了,现在g... 阅读全文
posted @ 2014-05-23 17:15 sssssnian 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: SDK:SoftwareDevelopmentKit(软件开发工具箱)一般而言SDK即开发Windows平台下的应用程序所使用的SDK。它可以简单的为某个程序设计语言提供应用程序接口API的一些文件,但也可能包括能与某种嵌入式系统通讯的复杂的硬件。为了鼓励开发者使用其系统或者语言,许多 SDK 是免... 阅读全文
posted @ 2014-05-23 15:25 sssssnian 阅读(259) 评论(0) 推荐(0) 编辑
摘要: #ifndef __SUPPORT_ZIPUTILS_H__#define __SUPPORT_ZIPUTILS_H__#include #include "CCPlatformDefine.h"namespace cocos2d{ /* XXX: pragma pack ??? */ /** ... 阅读全文
posted @ 2014-05-23 10:38 sssssnian 阅读(410) 评论(0) 推荐(0) 编辑
摘要: /* unzip.h -- IO for uncompress .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project - (http://www.winimage.com/zLibDll/m... 阅读全文
posted @ 2014-05-23 10:38 sssssnian 阅读(634) 评论(0) 推荐(0) 编辑
摘要: /* ioapi.h -- IO base function header for compress/uncompress .zip part of the MiniZip project - (http://www.winimage.com/zLibDll/minizip.html ) Co... 阅读全文
posted @ 2014-05-23 10:38 sssssnian 阅读(421) 评论(0) 推荐(0) 编辑
摘要: #ifndef __CC_COMMON_H__#define __CC_COMMON_H__#include "CCPlatformMacros.h"NS_CC_BEGIN/*** @addtogroup platform* @{*//// The max length of CCLog messa... 阅读全文
posted @ 2014-05-23 10:37 sssssnian 阅读(185) 评论(0) 推荐(0) 编辑
摘要: #ifndef __CC_APPLICATION_PROTOCOL_H__#define __CC_APPLICATION_PROTOCOL_H__NS_CC_BEGINenum TargetPlatform{ kTargetWindows, kTargetLinux, kTargetMacO... 阅读全文
posted @ 2014-05-23 10:37 sssssnian 阅读(145) 评论(0) 推荐(0) 编辑
摘要: #ifndef __CCACCELEROMETER_DELEGATE_H__#define __CCACCELEROMETER_DELEGATE_H__#include "CCCommon.h"NS_CC_BEGIN/**@brief The device accelerometer reports... 阅读全文
posted @ 2014-05-23 10:37 sssssnian 阅读(108) 评论(0) 推荐(0) 编辑
摘要: #ifndef __CC_IMAGE_H__#define __CC_IMAGE_H__#include "cocoa/CCObject.h"NS_CC_BEGIN/*** @addtogroup platform* @{*/class CC_DLL CCImage : public CCObjec... 阅读全文
posted @ 2014-05-23 10:36 sssssnian 阅读(260) 评论(0) 推荐(0) 编辑
摘要: #ifndef __CC_FILEUTILS_H__#define __CC_FILEUTILS_H__#include #include #include #include "CCPlatformMacros.h"#include "ccTypes.h"#include "ccTypeInfo.h... 阅读全文
posted @ 2014-05-23 10:36 sssssnian 阅读(199) 评论(0) 推荐(0) 编辑