Game Development Reference
In-Depth Information
Let's get started by setting up the Windows environment.
Setting Up Windows
For the examples in this chapter we will be using the following tools:
The JDK (Java Development Kit)
The Android SDK (Software Development Kit)
The Android NDK (Native Development Kit)
An IDE (Integrated Development Environment): Eclipse
Cygwin
All components in this list were installed as shown in Chapter 1 so let's install Ant to
complete the installation of the tool needed.
Windows System Environment Variables
Let's configure the Windows system environment variables needed in this chapter.
1.
Open the Windows System Environment Variables
2.
Create the following:
%ANDROID_NDK%
%ANDROID_SDK%
%ANT_HOME%
%JAVA_HOME%
3.
Finally edit PATH and add the following to the existing path:
%JAVA_HOME%\bin;%ANDROID_SDK%\tools;%ANDROID_SDK%\
platform-tools;%ANDROID_NDK%;%ANT_HOME%\bin;
4.
Save and close the window (see Figure 2-1 ).
 
Search WWH ::




Custom Search