If you're going to do C++ development, then you'll want to use the
NDK.
(see http://developer.android.com/sdk/ndk/index.html)

You can use VS as a glorified text editor, but the builds will
ultimately have to be done using the tools supplied in the NDK. If
you're feeling adventurous, you could probably configure your project
in VS to execute the NDK build tools within your project settings as
well, although I'm not sure how much work that would be.

On Jan 21, 4:59 pm, Jack Underwood <randomnospamem...@gmail.com>
wrote:
> I am trying to figure out how to setup android development with Visual
> Studio. I plan on using C++ (targeting 2.3 and above), but I see very
> little on the subject. Does anyone know how to do this?
>
> I know that Android development suggests Java/Eclipse, however, I want
> to do C++/VS.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to