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
Post a Comment