Braden wrote:
>At a glance, it sounds like your bug might be caused by having a newer
>cordova-android cached than 3.0.3 is expecting, causing the build and run
>scripts to fail. Try deleting $HOME/.cordova/lib, and recreating the test
>project.

On Windows, that should be %USERPROFILE%\.cordova\lib

In general, installing node-inspector is the right starting point:

 npm install node-inspector
 node node_modules\node-inspector\bin\inspector.js

Then in another window, node --debug-brk cordova-cli\bin\cordova
And then use Chrome to load the url that inspector.js references.

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.

Reply via email to