android - Cordova - Unable to access jarfile c:\...\cordova\appinfo.jar -


i've created cordova project following commands:

cordova create -d hello cd hello cordova -d platform add android cordova -d build cordova -d emulate android 

and last command output is:

failed application name appinfo.jar + androidmanifest: output: error: unable access jarfile c:\hello\platforms\android\cordova\appinfo.jar

any clues why happening?

cordova -v : 3.09 ant -version: apache ant(tm) version 1.9.2 compiled on july 8 2013 java -version: java version "1.7.0_13" java (tm) se runtime environment (build 1.7.0_13-b20) java hotspot(tm) 64-bit server vm (build 23.7-b01, mixed mode)

so: windows 7 64-bits

i had same error - turned out there incorrect version of java in system32 folder (see this answer).

once removed incorrect files able install on emulator.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -