A basic tutorial for integrating Android building process into Visual Studio so that you can compile and run android projects with NDK (one with native codes, C/CPP). It was a huge relief to me as i am quite comfortable with visual studio and did not want to get into the command prompt mode to port my CPP projects into android. Now, you can compile and run all your NDK projects using visual studio 2010.
Must haves:
- Latest Android SDK (it is recommended to download the installer version)
- Latest Android NDK
- Latest Java
- Latest "vs-android" tool
- Latest ANT
- Visual Studio 2010 (Express edition will work too)
Note: Cygwin and Eclipse are not required to compile NDK projects using Visual Studio 2010.
Information was gathered from the following links and a bit of googling:
No comments:
Post a Comment