Questions tagged [vs-android]
19 questions
0
votes
1 answer
Visual Studio Android Emulator does not appear in debug emulator list
I'm using visual studio 2015 update 2 and Tools For Apache Cordova Update 10.
I installed Visual Studio Android Emulator with Ms Installer but after installation it does not appears in debug emulators for android (and other platforms).
the project…

Ali Hatam
- 81
- 1
- 3
0
votes
2 answers
VS-Android produces "wrong" names when linking to shared libraries
I'm using VS-Android to build my NDK program. I have two libraries, "bridge" and "utils", and the first one uses the second one. Both libraries compile succesfully and the files are named correctly as libbridge.so and libutils.so. However, when I…

manabreak
- 5,415
- 7
- 39
- 96
0
votes
0 answers
Code in method is not called completely
I have a method in Java which is called from jni:
public static void CallDoSomething()
{
Log.i(LOG_TAG,"A");
Log.i(LOG_TAG,"B");
something.DoSomething();
Log.i(LOG_TAG,"C");
Log.i(LOG_TAG,"D");
}
So, the first line is called, I…

McDermott
- 1,025
- 2
- 16
- 28
0
votes
1 answer
NativeActivty will not start - Unable to load native library
I created another question because all of the others were answered with a solution that was similar but unrelated. I have also ensured that it's not a symbol stripping issue.
I'm getting the dreaded error:
D/AndroidRuntime(16487): Shutting down…

Mike Weir
- 3,094
- 1
- 30
- 46