February 20th, 2012, 11:12 AM
|
#2 (permalink)
|
|
Senior Member
Join Date: Jul 2010
Gender: Male
Posts: 1,938
Device(s): Nexus 4, Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Carrier: ATT
Thanks: 235
Thanked 469 Times in 290 Posts
|
Yes, you need to use Cygwin if you are on a windows box.
All of the ndk scripts are written using the linux shell script commands.
Furthermore, all of the native code is compiled as shared or static objects (linux version of DLLs/static libraries), since android runs on top of a modified linux kernel. Thus, you need to perform all tasks in a linux environment, emulated or otherwise.
|
|
|