Unfortunately VS Emulator for Android never worked for me. So I was doing Android apps on Xamarin Studio on Mac only. But my recent purchase of Surface Book and VS2015 release made me to move my development to Windows 10 platform.
After watching the Ch9 video on Visual Studio Emulator for Android, I tried it again. But unfortunately the app deploys to the emulator but crashes without any message, Output or logs.
When I tried to drag-drop a .apk file built on Mac using Xamarin Studio on to the emulator on Windows 10, it produced the following error in a log.
WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix. pkg: /data/local/tmp/com.companyname.xpa_xamarin_4_xfp.apk Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
21665 KB/s (7692230 bytes in 0.346s)
But I know many of you are working regularly with this emulator. Please help me to isolate what is wrong with my setup.
My Dev environment is: Surface Book running Windows 10 with latest update, VS Emulator for Android is 5" KitKat (4.4) API Level 19, Visual Studio 2015 Enterprise ed. with Update 1, Xamarin V4.0.1.96, Xamarin.Android V6.0.1.10.
Let me know if you need any more details.