0 Comments

After I installed: http://msdn.microsoft.com/en-us/vstudio/dn722381.aspx.

Visual Studio 2013 would keep on crashing when opening a Multi-Device Hybrid Apps project.

I found the fix at: http://stackoverflow.com/questions/24404132/visual-studio-crashes-every-time-a-project-is-opened

 

Go to Tools > Options > Extensions and Updates > Add Web Essentials Nightly builds:

image

 

Then go to Tools > Extensions and Updates… (install the latest Web Essentials build)

image

 

I also updated to the latest version of the Windows Phone emulator, but I don’t think that is necessary.

 

 

Running a cordova AngularJS app from Visual Studio 2013 in the ripple:

 

image

 

Running app in the Android emulator from Visual Studio 2013:

 

Listing all available AVD’s

C:\Users\Roel\AppData\Local\Android\android-sdk\tools>android list targets

Creating a AVD

C:\Users\Roel\AppData\Local\Android\android-sdk\tools>android create avd -n rli_
_4__android_4.4.2 -t 4

 

image

 

Note: first time launch of the emulator might take a while in my case (2 minutes staring at a black screen with android logo on it Winking smile)

One Reply to “Fix: Visual Studio 2013 keeps on crashing after installation of Multi-Device Hybrid Apps (Preview)”

  1. whoa, never heard about this hybrid thing before. a way forward for VS users, not having to mess with phonegap

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts