i was trying to run the san-angeles example for vs-android ...
i have winxpsp3 and vs 2010 installed on my machine ..
these are the steps for installation ... my question is : in this step .... : NDK Setup Download the NDK from here: http://developer.android.com/sdk/ndk/index.html Unzip it somewhere, and note the root directory. You need to set an environment variable named ANDROID_NDK_ROOT which points to this directory. This can be done from the command line:
setx ANDROID_NDK_ROOT c:\android-ndk-r6
- How to achieve the above line ( setx ANDROID_NDK_ROOT c:\android-ndk-r6 ) ???