Game Development Reference
In-Depth Information
Minimalist GNU for Windows (MinGW) is a minimalist development
environment for Windows applications using a port of GNU Compiler
Collection (GCC).
How to do it...
1.
Android SDK and NDK should be installed into folders that do not contain any
whitespaces in their names.
This requirement comes from the limitations of scripts in Android SDK.
There is a nice discussion on StackOverflow which explains some
reasons behind these limitations at http://stackoverflow.
com/q/6603194/1065190 .
2.
Other tools can be installed to their default locations. We used the following paths in
our Windows 7 system:
Tools
Path
Android SDK
D:\android-sdk-windows
Android NDK
D:\ndk
Apache Ant
D:\ant
Java Development Kit
C:\Program Files\Java\jdk1.6.0_33
Search WWH ::




Custom Search