- Learning AndEngine
- Martin Varga
- 388字
- 2021-04-02 10:02:00
Prerequisites
Android applications are simply Java applications running inside an Android virtual machine called Dalvik. You will encounter this name when compiling and running the application. The final compiled code is not fully compatible with the Oracle Java Virtual Machine, but for the purpose of this book, you are only expected to know basic Java programming.
You will need the following software and hardware:
- Windows XP, Vista, 7, or 8; Linux (Ubuntu is recommended); or Mac OS 10.5.8 or a later operating system
- Java SDK
- Android SDK with the ADT bundle
- An Android device
You should already know how to install the Java SDK (JDK) and keep it up to date. The Android SDK requires at least JDK 6. You can use higher versions if available. Always use the latest update for security and compatibility reasons.
Android SDK contains the Eclipse Integrated Development Environment (IDE) with preinstalled plugins and Android platform tools. Using the latest version of Android SDK is recommended.
We are going to download and install Android SDK with the Android Development Tools (ADT) bundle in the next section. ADT allows you to install the application to your device and also connect to it in order to get important information such as the LogCat console output (text output from installed applications that is not visible to users) and other interesting statistics about running apps.
Your device should be running at least Android 2.2, but using a more recent version is recommended. If you don't own an Android device, you can use an Android emulator for development. However, consider getting a physical device because the behavior of the emulator is different from that of a real phone or tablet. The game might run slower or have problems. Emulators are known to have issues especially with hardware-accelerated graphics. Nothing can replace testing on a real device, and in fact for serious game development, it's a necessity to test on multiple devices.
- PHP動態網站程序設計
- Puppet 4 Essentials(Second Edition)
- 極簡算法史:從數學到機器的故事
- Python自然語言處理實戰:核心技術與算法
- Python機器學習:數據分析與評分卡建模(微課版)
- C語言程序設計(第2版)
- Scratch 3游戲與人工智能編程完全自學教程
- Amazon S3 Cookbook
- FFmpeg入門詳解:音視頻原理及應用
- Mastering Unity 2D Game Development(Second Edition)
- HTML5從入門到精通(第4版)
- 邊玩邊學Scratch3.0少兒趣味編程
- Node.js應用開發
- Python數據可視化之matplotlib實踐
- 現代C++語言核心特性解析