Reputation: 2006
I installed Apache Cordova Tools for VS 2013 and after creating a new blank aplication is giving the following error:
I'm building Device Debug Android. And i have Android SDK Tools 19.1 installed.
can anyone help me?
Upvotes: 0
Views: 55
Reputation: 1742
If you install Tools For apache cordova, node.js will be installed. I tried upgrade node.js from 0.10 to 0.12, then some problems appears, so I uninstall note and cordova, and reinstall cordova to fix it.
Upvotes: 0
Reputation: 1742
Possible Answers:
use 'clear cordova cache' in tools, options, tools For apache cordova. then, rebuild your Project but make sure you have an internet connection when you rebuild.
try to use a Windows user name that do not contain SPACE before installation of tools for apache cordova.
try to use a project location and project name that do not contain space.
I assume you are using Visual Studio 2013 Community Update 4 with Tools For Apache Cordova Ctp3.1, if not, upgrade to this version.
btw, according to microsoft, cordova in vs 2013 is going to be deprecated, since you are just started, why not download and install vs 2015 Community rc, it solves a few problems in 2013 and it can co-exist with 2013.
Upvotes: 1