Unable to run cordova run android in IONIC project?

和自甴很熟 提交于 2019-11-28 14:14:20

I had run into a similar issue.I had to set executable permissions in the android platform gradle. Correction: It was actually executable permissions in the android gradle installation. It seems to be a reported issue here and the actual issue in cordova is tracked here.

Run the command:

chmod -R +x <location_of_android_studo>/gradle/gradle-<version>/bin

NOTE: -R will run the command recursively from the given directory.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!