Error: spawn EACCES phonegap emulate on linux

Error: spawn EACCES phonegap emulate on linux

尝试使用 phonegap 模拟 android 应用程序时遇到错误。 我已经构建了项目,但是 运行 phonegap emulate 我收到一个错误

 `Error: spawn EACCES
    at exports._errnoException (util.js:1028:11)
    at ChildProcess.spawn (internal/child_process.js:313:11)
    at Object.exports.spawn (child_process.js:387:9)
    at /home/adarsh/Documents/hack2help/platforms/android/cordova/lib/emulator.js:205:18
    at _fulfilled (/home/adarsh/Documents/hack2help/platforms/android/cordova/node_modules/q/q.js:835:54)
    at self.promiseDispatch.done (/home/adarsh/Documents/hack2help/platforms/android/cordova/node_modules/q/q.js:864:30)
    at Promise.promise.promiseDispatch (/home/adarsh/Documents/hack2help/platforms/android/cordova/node_modules/q/q.js:797:13)
    at /home/adarsh/Documents/hack2help/platforms/android/cordova/node_modules/q/q.js:605:44
    at runSingle (/home/adarsh/Documents/hack2help/platforms/android/cordova/node_modules/q/q.js:138:13)
    at flush (/home/adarsh/Documents/hack2help/platforms/android/cordova/node_modules/q/q.js:126:13)`

我试过网上的多种解决方案,给应用程序文件夹授予权限都没有用。

在 cordova 中,我将 chmod -R 777 用户名 设置到我的 Android-sdk 目录,这解决了我的问题。