Android studio cannot find aapt

后端 未结 5 1602
执笔经年
执笔经年 2020-12-13 06:22

Hi I am having trouble compiling, I get this error:

Gradle: Execution failed for task \':ElectronicComponentInventorySearch:mergeDebugResources\'.

5条回答
  •  自闭症患者
    2020-12-13 07:04

    Just open your Terminal & run this

    sudo apt-get install lib32stdc++6 lib32z1
    

    Actually it was a architecture problem. Aapt expects 32 bit binaries and my system is 64 bits.

提交回复
热议问题