how to run eclipse android emulator via visual studio
-
Hi is it possible to run or communicate eclipse android emulator via MS visual studio? If yes please help me or state ways how to set up possible solution.
-
Answer:
If you are using Mono for Andriod. We can run the app as usual in Visual Studio by choosing Debug > Start Without Debugging (or Start Debugging to run with the debugger attached). or Simply press F5 in your “Mono for Android” Visual Studio project. Visual Studio will launch the Select Device dialog Selecting Start emulator image in this dialog and it will open a list of available emulators: When we choose the emulator we want to run and then click OK, Mono for Android launches the emulator. After it starts up, the emulator will appear in the Running devices list From the http://developer.android.com/guide/developing/projects/index.html: The recommended way to develop an Android application is to use Eclipse with the ADT plugin... Added new Solution based on the comments https://code.google.com/p/vs-android/ is intended to provide a collection of scripts and utilities to support integrated development of Android NDK C/C++ software under Microsoft Visual Studio. Currently vs-android only works under Visual Studio 2010. Earlier versions lack the MSBuild integration with the C/C++ compilation systems. The only required component is the Android NDK. Neither Cygwin, Java, nor the full Android SDK are needed to compile and link C/C++ code.
kuryano at Stack Overflow Visit the source
Related Q & A:
- How can you change the line color in Visual Studio?Best solution by Stack Overflow
- How to Create Visual Studio 2013 Extension?Best solution by Stack Overflow
- How to embed localized resources in Visual Studio?Best solution by codeproject.com
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- How to move string in visual studio?Best solution by visuallocalizer.codeplex.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.