- Building Android Games with Cocos2d-x
- Raydelto Hernandez
- 352字
- 2021-07-23 19:46:31
Setting up the Android SDK
The Android SDK contains all the required command line tools for building an Android application. It has versions for Windows, Mac, and GNU/Linux operating systems.
Android Studio is now the only officially supported IDE; nevertheless, Cocos2d-x 3.4 provides only out-of-the-box support for Eclipse, which was the former official IDE for Android development. It is no longer available for downloading, since it is not in active development any more, but you may download Eclipse manually and install the Android Development Tools (ADT) by following the steps below.
Downloading the Android SDK
You can download Android SDK from the link: http://developer.android.com/sdk. At the bottom of the page, under Other Download Options, you will find the option for downloading the SDK tools. Choose the version that matches your operating system.
At the time of writing this book, the latest version of SDK was 24.0.2.
Run the Android SDK Installer and install the Android SDK on your computer.
When the Android SDK finishes installing, it is not yet ready to build the Android apps. So, at the final screen of the installation wizard, mark the checkbox for Start SDK Manager so you can download the required components for building your games, as shown in the following screenshot:

Once the Android SDK Manager starts, select Android SDK Platform-tools and Android SDK Build-tools from the Tools
folders. Then select SDK Platform from your desired API level, as shown in the following screenshot:

Downloading Eclipse
Download the latest version of the Eclipse IDE for Java Developers from http://www.eclipse.org/downloads. It will suggest the download versions compatible with your current operating system, select the version that better suits your operating system platform which will either be 32-bit or 64-bit.
At the time of writing this book, Eclipse Luna (4.4.1) was the latest version.
Setting up the Eclipse ADT plugin
Open Eclipse and navigate to Help | Install new Software and add the Eclipse ADT download location, which is https://dl-ssl.google.com/android/eclipse/
, as shown in the following screenshot:

Click on OK, then select the Developer Tools checkbox, and click on Next in order to finish the ADT installation wizard.
- Photoshop智能手機APP UI設計之道
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Python測試開發入門與實踐
- Bulma必知必會
- 深入淺出Android Jetpack
- Functional Programming in JavaScript
- SQL Server 2012數據庫管理與開發項目教程
- HTML5+CSS3網頁設計
- Python:Master the Art of Design Patterns
- 低代碼平臺開發實踐:基于React
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Vue.js應用測試
- 計算機應用技能實訓教程