Questions tagged [vs-android]
19 questions
20
votes
10 answers
Visual studio android emulator will not start fully
I create a blank cordova application in visual studio 2015 and start debugging with the visual studio android emulators (first with the lollipop and then kitkat). XDE starts and the screen displays OS is starting.... It stays like that for quite a…

ritcoder
- 3,274
- 10
- 42
- 62
3
votes
3 answers
vs-android not suitable java found
I have a lot of problems trying to use vs android plugin in Visual Studio 2013. Basically i am making some progress using the troubleshooting guide on the official github vs-android webpage. But now I am stuck. After having reinstalled JDK and…

Aros
- 199
- 2
- 14
3
votes
1 answer
How to remove symbols from .so file during build
I am using VS-android framework to compile Android shared object directly from Microsoft Visual Studio 2012 + Android NDK.
I disassembled my own .so file using IDA and was horrified to see that all my code is completely visible (names of the…

DanielHsH
- 4,287
- 3
- 30
- 36
3
votes
1 answer
How to deal with the LOCAL_STATIC_LIBRARIES in android .mk
I'm trying to port one of the android NDK samples (native-activity) to work with the vs-android plugging that lets me develop in MVS.
To do this I need to translate the Android.mk commands into something MVS can deal with, and I'm having trouble…

JaimeBarrachina
- 430
- 8
- 21
2
votes
1 answer
Visual Studio Android Emulator stuck when creating virtual machine
Ok so my Visual Studio Android emulators stopped working this morning. First I was was receiving a networking error and so I tried to delete and re-create them, but the creation keeps getting stuck on "Copy .vhd files and creating virtual machine".…

Josh Russo
- 3,080
- 2
- 41
- 62
2
votes
0 answers
Running Cocos2d-x using vs-android in Visual C++ 2010
I have setup my vs-android with my Visual C++ 2010 Express. I can now run the sample projects of vs-android in my android device.
I followed user1201239's answer in this question Installing Cocos-2dx on Windows to setup vs-android/Visual C++…

jmschuaquico
- 71
- 7
1
vote
1 answer
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.

kuryano
- 11
- 1
- 3
1
vote
1 answer
Cannot launch Visual Studio Emulators (both Android and Windows Phone) - Says cannot verify digital signature
I'm unable to launch both the visual studio emulator for android and the window phone 8 emulator. I'm using VS2015 CTP 6.
Windows Phone Emulator
Windows Phone Emulator is unable to set the VHD on the virtual machine:
Couldn't change Virtual hard…

ritcoder
- 3,274
- 10
- 42
- 62
1
vote
2 answers
Building release Android APK with vs-android
I have a large amount of C++ native code and a small wrapping java code for Android application. I was able to combine them into an Android app using vs-android and build it directly from Visual Studio 2012.
But I can do this only in DEBUG mode. In…

DanielHsH
- 4,287
- 3
- 30
- 36
1
vote
2 answers
How to link a ".so" library in Microsoft Visual Studio
I was wondering if anyone knew how to link a .so dynamic library (or a .a static library for that mater) in Microsoft visual studio. The following steps have not worked for either .a or .so.
I'm playing around with the vs-android plugging to…

JaimeBarrachina
- 430
- 8
- 21
1
vote
2 answers
How can I enable c++0x in a vs-android build
I am using vs-android (http://code.google.com/p/vs-android) to compile c++ projects for the android platform with the ndk.
It all works well except for when compiling code that uses features from the c++0x/c++11 standard such as std::function,…

ssaammuueell
- 63
- 1
- 4
0
votes
1 answer
error MSB4062 while trying to compile vs-android application
I am using vs-android to compile the sample application available on their site. I am using the Visual Studio 11 Developer Preview
error MSB4062: The "GCCCompile" task could not be loaded from the assembly
C:\ProgramFiles…

shobhonk
- 621
- 5
- 15
0
votes
1 answer
san-angeles project
i was trying to run the san-angeles example for vs-android ...
i have winxpsp3 and vs 2010 installed on my machine ..
these are the steps for installation ... my question is :
in this step .... :
NDK Setup
Download the NDK from here:…
user941015
0
votes
1 answer
How do I build to multiple android platforms (and possibly ABI's) using vs-android?
I'm porting a native C++ engine to Android NDK.
After trying some environments and tools, I found the latest vs-android (0.9) to be the most comfortable.
I do have a few problems with it (some I may need to ask in future questions), but for now -…

Asaf
- 4,317
- 28
- 48
0
votes
2 answers
Connect VS Android emulator to localhost
I'm developing a Xamarin.Forms 4 application with Visual Studio 2015 update 3 on Windows 10. Now I've setup an ASP.net web API and I'm trying to connect to it when it's been run on localhost with VS Andorid emulator 1.1 for Kitkat 4.4 (Andorid 4.4…

Alir Kahi
- 1,264
- 2
- 15
- 27