Android SDK - aapt error : libstdc++.so.6 cannot open shared object file

前端 未结 5 1292
故里飘歌
故里飘歌 2020-12-08 03:02

I was creating a new project out of nothing, for testing purpose, leaving all parameter to default (I didn\'t made any code change), on a new ADT installation (Ubuntu Gnome

5条回答
  •  暖寄归人
    2020-12-08 03:10

    On my 64-bit Ubuntu 14.04 desktop, this was all I needed:

    sudo apt-get install lib32stdc++6
    

提交回复
热议问题