iOS: This is done using XCode project details (select the required orientation) Android: AndroidManifest.xml (android:screenOrientation=portrait)…
Cocos Code IDE 是一个基于 Eclipse 的跨平台 IDE ,专门为 cocos2d lua & js 开发者准备,通过此工具.你能够方便的创建游戏project.编写而且调试代码.实时查看代码被改变后的效果,终于直接公布成一个可上架的安装包.当前公布的是第一个 alpha 版本号,我们有信心将它打造成众多X-man的开发神器. 已实现的功能(1.0-alpha): 简单地创建 cocos2d lua & js project 提供 cocos2d lua & js…
当我想做一个智能的记事本的时候,我就在尝试自己写一组分享功能.后来才知道,原来每个社交软件中都有自己的分享接口. 这就大大减少了我们的代码量了. 第一种方法:特点--简单 package com.example.share; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.MenuI…
On April 5, 2012, in idevblogaday, by Steffen Itterheim http://www.learn-cocos2d.com/2012/04/enabling-arc-cocos2d-project-howto-stepbystep-tutorialguide/ 总结: 1.delete the "libs" group in Xcode(only "Remove References") 2."Add Targ…
/* Author: Jiangong SUN */ If you want to modify a project's namespace and its physical container name, here are some steps to do: In Visual Studio: Change the namespace in the code Change the namespace for the project Go to project properties, and m…
Project Management ProcessDescription .......................................................................................................................................................................................1STAGE/STEP/TASK SUMMARY LIST…
Differences Between Xcode Project Templates for iOS Apps When you create a new iOS app project in Xcode, you get to choose between several project templates, from the aptly named “Empty Application” to specialized things like an “OpenGL Game”. I noti…
相关工具 下载 Android SDK 下载和安装 Android NDK版本不要选r9的.用r8e!r9会报错 下载安装JDK版本是 jdk-7u13-windows-x64.exe 下载和安装Cygwin 使用git工具下载cocos2d的源码,注意tag不要为dev版本. 使用Cygwin下载下列命令: autoconf, automake, binutils, gcc-core, gcc-g++, gcc4-core, gcc4-g++, gdb, pcre, pcre-devel, g…
导入Cocos2D项目到Android的Eclipse时注意以下几点 1. Set up Variables: Eclipse->Windows->Preferences->General->Workspace->**Linked Resources** Click **New** button to add a Path Variable `COCOS2DX` pointing to the root cocos2d-x directory. 2. C/C++ Enviro…
作者:齐亮链接:http://www.zhihu.com/question/24314354/answer/27547787来源:知乎著作权归作者所有,转载请联系作者获得授权. PETER HARTMANN的一片博文:http://www.peter.hartmann.tk/#!Minimal-Continuous-Integration-for-Git-projects-with-Jenkins-and-a-Qt-example/cmzt/557e1b840cf298dc5b98f2a5 关于…