0

I get this error from the console:

[2016-01-02 19:11:15 - google-play-services_lib] /home/fibrahim/Unduhan/android-sdk-linux/build-tools/23.0.2/aapt: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory

And,

[2016-01-02 19:11:15 - SpeciesGallery] /home/fibrahim/Unduhan/android-sdk-linux/build-tools/23.0.2/aapt: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
Sam
  • 7,252
  • 16
  • 46
  • 65
fikri
  • 17
  • 1
  • 6
  • 1
    People edit posts on [so] doesn't mean that they know the answer. We edit posts to let them be more clear and answerable. Please check the question [How does editing work?](http://meta.stackexchange.com/questions/21788/how-does-editing-work) on [Meta Stack Exchange](http://meta.stackexchange.com/) for more details. – Remi Guan Jan 02 '16 at 13:53

1 Answers1

1

I solve this problem, following :

shared library problems with eclipse on Ubuntu

I execute this command : sudo apt-get install gcc-multilib

Community
  • 1
  • 1
fikri
  • 17
  • 1
  • 6