Android studio cannot find aapt

后端 未结 5 1605
执笔经年
执笔经年 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:06

    Using Android Studio 0.3.7 on 64-bit Debian 7... this worked for me:

    sudo apt-get install libc6-i386 sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install ia32-libs

    Building with Gradle is fine. Debugging and running the emulator is fine (although still slow as usual).

提交回复
热议问题