- Building Android Games with Cocos2d-x
- Raydelto Hernandez
- 156字
- 2021-07-23 19:46:32
Setting up Apache Ant
Apache Ant is a build management tool widely used for automating the Java projects build process. It has been introduced in Cocos2d-x 3.0 for building the framework for the Android platform. It has made the Android build process simpler and enhanced the cross-platform build. Back in Cocos2d-x 2.x, building the Android apps within the Windows operating system required simulating the UNIX environment by using Cygwin. This required minor hacks for successfully building the code, many of them still remain undocumented on the official Cocos2d-x site.
This tool can be downloaded from the link: https://www.apache.org/dist/ant/binaries/
At the time of writing this book, version 1.9.4 was the latest. This tool is a cross-platform tool so a single download will work on any operating system that provides support for the Java technology.
In order to install this tool, just unzip the file. Remember the path since you will need it during the Cocos2d-x setup process.
- JavaScript百煉成仙
- Mastering macOS Programming
- Magento 1.8 Development Cookbook
- Java編程技術與項目實戰(第2版)
- Java程序設計入門
- Learning Probabilistic Graphical Models in R
- Unity 2018 Shaders and Effects Cookbook
- Django 5企業級Web應用開發實戰(視頻教學版)
- Web程序設計:ASP.NET(第2版)
- Python Deep Learning
- Learning Concurrency in Python
- Python數據科學實踐指南
- Processing開發實戰
- Learning VMware vCloud Air
- C語言程序設計:現代方法(第2版)