November 2015
Beginner to intermediate
108 pages
1h 49m
English
Welcome to Android Studio Game Development. This book focuses on specific tasks in the process of game development as performed in Android Studio. In this chapter, you are going to install Android Studio and the required Java Development Kit (JDK). By the end of this chapter, you will have a functional Android Studio integrated development environment (IDE) that you can use to develop amazing Android-based games. Let’s begin!
The first step you want to perform is to download and install the JDK. Because Android applications—including games—are developed in Java, Android Studio needs the JDK to run. The JDK includes many Java tools such as the compiler (javac), the document generator ( ...
Read now
Unlock full access