Execution failed for task :processDebugResources [ Cordova / Ionic ]

后端 未结 8 1800
[愿得一人]
[愿得一人] 2020-12-11 11:04

I have created an application with Cordova and Ionic. I received Application build success on iOS.

I am trying to build this application on Android (via cordov

8条回答
  •  醉话见心
    2020-12-11 11:37

    I had this because of files in ./node_modules/.bin/ solved by removing node_modules entirely after building.

提交回复
热议问题