Posts

Showing posts with the label Emulator 8.1 WVGA 4 inch 512

Developing Apache Cordova App using Visual Studio 2015 Community - Contd

Image
This is continued from my previous post here: http://hodentekmobile.blogspot.com/2016/10/developing-apache-cordova-app-using.html After creating the blank project and building it, it was found that trying to run (Start Debug) the project resulted in the following error: In this post, I try to probe further to see if it can work with other devices\emulators. Windows Emulators run in Hyper-V and that needs to be working as the next message shows trying to work with Windows 10. This message is strange as Hyper-V is enabled. However, there must have been a Windows 10 update which probably resets other settings. I enabled Hyper-V using the Control Panel. However, you also need to restart the computer.  As I had launched the Visual Studio as a normal user, it needs to run in elevated mode.  Well. I still get this error message and cannot run..  I changed my emulator to Windows x64 and the program ran without any errors and the emula...