Execution failed for task :processDebugResources [ Cordova / Ionic ]

后端 未结 8 1775
[愿得一人]
[愿得一人] 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:35

    After hours of trying to figure out my issue,

    Another reason why this can happen, if you have the same file name in upper case and in lower case,

    for example i had:

    Leather.jpg and leather.jpg in the same folder.

    0 讨论(0)
  • 2020-12-11 11:37

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

    0 讨论(0)
提交回复
热议问题