ionic build android failure - Execution failed for task processDebugResources

后端 未结 14 2008
有刺的猬
有刺的猬 2020-12-05 17:55

I am using Mac Yosemite. Getting the following failure on running a build for android platform :

FAILURE: Build failed with an exception.

* What went wrong:         


        
14条回答
  •  忘掉有多难
    2020-12-05 18:57

    I've got this problem on Arch Linux on clean Cordova. To debug this I followed @CapeCorder answer and found that this was missing zlib library. Simply installed it

    sudo pacman -S lib32-zlib

    And works well ;)

提交回复
热议问题