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

前端 未结 5 1300
故里飘歌
故里飘歌 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:27

    i'm using ubuntu 15.04 version.I had the same problem. I had already installed ia32-libs package(which has now changed to lib32z1 lib32ncurses5 package) when i tried using command

    sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev

    i got a list of lib32stdc++6 packages which might solve the problem but this command wasn't able to correct the problem. so i just installed lib32stdc++6 package by using command

    sudo apt-get install lib32stdc++6

    this worked perfectly for me

提交回复
热议问题