I am trying to create an Android project with Cordova, however i am getting an ENOENT error although i followed the tutorial step by step very carefully, this is getting me angry. First this is the screenshot of the error: Here are information about my software and hardware/os:
Hardware and OS:
- Intel(R) Core(TM) i5-3230M CPU @ 2.60 GHz 2.60GHz
- 4 GB RAM
- 64 bit operating system, x 64 based processor
- Windows 8
Software: Here are some of the outputs of my command line for the related software.
- $ npm -version
- Output: 1.4.8
- $ cordova -version
- Output: 3.4.1-0.1.0
- $ ant -version
- Output: Apache Ant(TM) Version 1.9.3 compiled on December 23 2013
- $ java -version
- $ adb version
- Output: Android Debug Bridge version 1.0.31
Here are some of my system variables:
- ANDROID_HOME: C:adt-bundle-windows-x86_64-20140321sdk
- ANT_HOME: C:apache-ant-1.9.3
- JAVA_HOME: C:Program FilesJavajdk1.8.0_05
- CLASSPATH: %JAVA_HOME%jrelib
PATH: %JAVA_HOME%in;C:apparisaproduct11.2.0dbhome_1in;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;%SYSTEMROOT%System32WindowsPowerShellv1.0;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesMicrosoftWeb Platform Installer;C:Program Files (x86)Microsoft ASP.NETASP.NET Web Pagesv1.0;c:Program Files (x86)Microsoft SQL Server100ToolsBinn;c:Program FilesMicrosoft SQL Server100ToolsBinn;c:Program FilesMicrosoft SQL Server100DTSBinn;C:Program Files (x86)Windows Kits8.0Windows Performance Toolkit;C:Program Files (x86)Microsoft SQL Server80ToolsBinn;C:Program FilesMicrosoft SQL Server90Toolsinn;C:Program Files (x86)Microsoft SQL Server90Toolsinn;C:Program Files (x86)Microsoft SQL Server90DTSBinn;C:Program Files (x86)Microsoft SQL Server90ToolsBinnVSShellCommon7IDE;C:Program Files (x86)Microsoft Visual Studio 8Common7IDEPrivateAssemblies;C:Program Files (x86)Microsoft SQL Server100ToolsBinnVSShellCommon7IDE;C:Program Files (x86)Microsoft Visual Studio 9.0Common7IDEPrivateAssemblies;C:Program Files (x86)Microsoft SQL Server100DTSBinn;C:Program FilesMicrosoft SQL Server110DTSBinn;C:Program Files (x86)Microsoft SQL Server110ToolsBinn;C:Program FilesMicrosoft SQL Server110ToolsBinn;C:Program Files (x86)Microsoft SQL Server110ToolsBinnManagementStudio;C:Program Files (x86)Microsoft Visual Studio 10.0Common7IDEPrivateAssemblies;C:Program Files (x86)Microsoft SQL Server110DTSBinn;%ANT_HOME%in;C:adt-bundle-windows-x86_64-20140321sdkplatform-tools;C:adt-bundle-windows-x86_64-20140321sdkools;C:Program Files odejs
Note: I copied the tools.jar from jdk/lib to jre/lib after some research on the internet. Not working.
Note 2: I give the command "cd C:Usersarisa.cordovalibandroidcordova3.4.0in" There is a check_reqs file in that folder. However if i type $ chek_reqs in the command line it says "check_reqs is not recognized as an internal or external command ...."
Note 3: I opened command propmt (cmd) by right click -> run as administrator What should i do?
Extra information with -d flag:
Update
I cleaned .cordova and reinstalled it and now, i am getting this error:
My variables are defined as indicated above.
See Question&Answers more detail:os