zoukankan      html  css  js  c++  java
  • Cocos2d-x的Android配置以及相关參考文档

    版权声明:版权声明:本文为博主原创文章。转载请附上博文链接!

    https://blog.csdn.net/ccf19881030/article/details/24141181

        关于Win7下配置Coco2d-x的Android开发环境,能够參考子龙山人的博客:Setting Up Cocos2d-x Android Development on Win7,这篇文章写得非常具体,包含cocos2d-x 2.x版本号、VS2010、JDK、Android、cygwin的下载、安装配置等等,该文章使用的版本号是:Cocos2d-x 2.2.x。


      另外,子龙山人在这篇文章How to Run Cocos2D-X Samples on Android里为我们展示了怎样在MacOS下安装配置Android的开发环境并在Android模拟器或者真机上执行,选择了当前最新的Cocos2d-x版本号为v3.0rc0,相应的泰然网视频讲解网址为: [Cocos2d-x官方视频02]怎样在Android上执行Cocos2d-x的演示样例代码


        子龙山人的github地址为:https://github.com/andyque,当中版本号库中有《Cocos2D权威指南》一书的随书源码:Cocos2DBookSource,另外cocos-docs 是Coco2d-x开发团队为我们提供的用户手冊。眼下支持的语言有英文、中文、日文、韩文版本号。当然Cocos2d-x官网也提供了相关的文档,地址为:http://www.cocos2d-x.org/docs/README

        

查看全文
  • 相关阅读:
    [Angular 9] Built-in template syntax $any
    [Angular 9] Improved Dependency Injection with the new providedIn scopes 'any' and 'platform'
    [Angular 9 Unit testing] Stronger typing for dependency injection in tests
    [Angular] Preserve the current route’s query parameters when navigating with the Angular Router
    [Angular] Do relative routing inside component
    [Typescript] Make your optional fields required in TypeScript
    [Typescript] Exclude Properties from a Type in TypeScript
    [Javascript] Hide Properties from Showing Up in "for ... in" Loops in JavaScript
    [Debug] Set and remove DOM breakpoints
    【职业素养】4种让你显得没教养的做法
  • 原文地址:https://www.cnblogs.com/ldxsuanfa/p/10938880.html
  • Copyright © 2011-2022 走看看