Error: Cannot run aapt

后端 未结 8 1938
借酒劲吻你
借酒劲吻你 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:34

    Ubuntu 13.10 solution:

    Append

    deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse 
    

    to /etc/apt/sources.list.

    sudo apt-get update
    sudo apt-get install ia32-libs
    

提交回复
热议问题