March 2013
Intermediate to advanced
346 pages
8h 4m
English
When there is a new release of NDK, we may want to update NDK in order to take advantage of the new features or bug fixes with the new release. This recipe talks about how to update Android NDK in Windows, Ubuntu Linux, and Mac OS.
Please read the previous recipes in this chapter, depending on the platform of your choice.
In Windows, follow these instructions to update Android NDK:
Cygwin.bat under the cygwin root directory. The content should be similar to the following code snippet, if you have previously configured NDK on the system:@echo off set IS_UNIX= set JAVA_HOME=<JDK ...