I'm working my way through the getting started portion for PhoneGap here: (http://docs.phonegap.com/en/3.5.0/guide_cli_index.md.html#The%20Command-Line%20Interface). I'm attempting to run the cmd cordova run android which then produces the error: Error: EPERM, operation not permitted...
Has anyone else experienced this error with PhoneGap or a related process? I'm unable to run the emulator or install it to my device.
PhoneGap v: 2.9.1 OS: Win 8.1.x
for phonegap or cordova first you needed to setup environment variables...have you set up that ? if yes then pls let me see which path have you set up... common path needed to setup are
variable : ANDROID_HOME value : C:\Android\sdk
variable : ANT_HOME value : C:\apache-ant-1.9.4
variable : JAVA_HOME value : C:\Program Files\Java\jdk1.7.0_45
variable : PATH value : (npminstallationdirectory)AppData\Roaming\npm;C:\ant\bin;C:\Android\sdk\platform-tools\;C:\Android\sdk\tools\;C:\Program Files\Java\jdk1.7.0_45\bin\;C:\Windows\System32\;C:\Windows\;C:\Windows\System32\Wbem\;C:\apache-ant-1.9.4\bin;
this path are accoring to my side just confirm it that are already set and are proper according your side...