Search code examples
visual-studio-2013multi-device-hybrid-apps

Default app receives error on ripple emulation


I've just downloaded an extension for creating multi-device-hybrid-apps for Visual Studio 2013. Before I've created a new project I've installed everything that's needed (Android SDK, ant, git cli, etc.)

Now, when I've created a blank app in Visual Studio, and ran it using ripple (nexus galaxy), I get the emulator and in the screen it says "Cannot GET /index.html".

The address shown in the address bar is localhost:4400/index.html?enableripple=cordova-3.0.0-NexusGalaxy.

Can anyone help?


Solution

  • I just had the same problem. It seems that sometimes VS2013 does do not recompile the app after a Clean...

    I deleted my AndroidManifest.xml, did a Clean, then a manual Rebuild, and it worked.