Building NDK app with Android ADT on Windows
- by Michael Sh
While there are tons of information on the topic, there is no clear guide on how to compile C++ code in ADT.
Is Cygwin is required?
Where the build artifacts go? How to confogure the destination folder for the build package? Are there a debug and release versions? Is it possible to debug and step through the C++ code in ADT?
Maybe it all is described in a single resource, then a link would be welcome!