Error: Cannot run aapt

后端 未结 8 1910
借酒劲吻你
借酒劲吻你 2020-12-02 15:48

When I compile an android application ( I tried with the sample ones from the sdk). I get this error:

>Error executing aapt: Cannot run program \"/home/ro         


        
8条回答
  •  离开以前
    2020-12-02 16:32

    Ubuntu 14.04.1 LTS solution:

    sudo apt-get update 
    sudo apt-get install gcc-multilib lib32z1 lib32stdc++6
    

    Reason: aapt needs 32-bit libraries installed

提交回复
热议问题