What do I need to do to compile Android NDK (C ++) applications in Visual Studio 2010?

I read in various places that this is possible. I do not need to debug, just compile. Any kind of walking? thank.

Links found: Android NDK with Visual Studio - "we partially work, we use Visual Studio for assembly, using the correct Android headers and much more, then we call the assembly NDK scripts. We are currently working on automating the second half as a step after the assembly"

http://groups.google.com/group/android-ndk/browse_thread/thread/9f3a55366ba08f2a/cb539c80e5729032 - "You have to dig out the right parameters for all the tools, but I assure you that all this works for me on the command line (well on actually in different bits the files called from MS Visual Studio).

+5
source share
2 answers

Creating and debugging Android applications in Visual Studio is fine. No need to mess with Eclipse or create build steps.

Everything works for me, here is a screenshot:

enter image description here

http://www.gavpugh.com/2011/02/04/vs-android-developing-for-android-in-visual-studio/

, " tools.jar. C:\Program Files (x86)\Java\jre6\lib\tools.jar" JAVA_HOME, Java JDK, c:\sdks\glassfish3\jdk ( MSVC)

, Android MSVC, :

http://ian-ni-lewis.blogspot.com/2011/01/its-like-coming-home-again.html

WinGDC Android http://www.wingdb.com/wgMobileEdition.htm

+3

All Articles