“aapt” IOException error=2, No such file or directory" why can't I build my gradle on jenkins?

后端 未结 4 409
悲哀的现实
悲哀的现实 2020-12-04 06:57

I have a little problem.

The Problem:
I am trying to build a gradle of my Android Project on Jenkins and now I am standing on this problem i can

4条回答
  •  囚心锁ツ
    2020-12-04 07:43

    For Arch 64 users, you must first enable multilib for pacman, then install the 32-bit packages:

    sudo pacman -Syv lib32-libstdc++5 lib32-zlib
    

提交回复
热议问题