Is it possible to develop Android applications using visual studio 2010

Is there a plugin or something that I can use to develop Android applications with visual studio 2010, I'm most interested in free plugins, I know about monodroid , but as far as I know, this is a pretty price solution, so if there are other ways I would be very happy.

+5
source share
8 answers

If they have not removed the ability to run external tools from the latest versions of visual studio, you can use it as an editor for Java code and run ant build script from it. You might even be able to pass stderr through some sed scripts that put errors in a form that will make them clickable.

Perhaps this is not how you want to use it, but then you did not specify which language or development method you wanted to use, only that you wanted to use a visual studio.

+1
source

I do not think that VS currently does not have free and high-quality quality for developing Android on VS, but it seems that there are several efforts to create such plug-ins in reality.

+2

. ( , ): http://www.dot42.com

Visual Studio, # DEX. , , Mono.

:

+1

MonoDroid Android #, - .

0

C/++ NDK, "vs-android". Android GCC , , Microsoft.

: http://code.google.com/p/vs-android/

0

Xamarin Visual Studio, Android Windows Phone #. 75% iPhone, , Mac.

0

you can also use one option to look in Visual GDB, which I used to cross-compile for Linux and embedded devices. It's cheap compared to what's there, but not "free." But take a look at that. I have not tried it for Android, but it is supported.

0
source

Although this is an old thread, newer versions of Visual Studio have included Xamarin and allow you to write Android applications.

0
source

All Articles