Skip to content

Instantly share code, notes, and snippets.

@bolerap
Last active June 12, 2018 02:24
Show Gist options
  • Select an option

  • Save bolerap/1eee28a133e8fa28eddf97faf4a0fd2e to your computer and use it in GitHub Desktop.

Select an option

Save bolerap/1eee28a133e8fa28eddf97faf4a0fd2e to your computer and use it in GitHub Desktop.
  1. Error aapt: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory archlinux Archlinux install https://www.archlinux.org/packages/core/x86_64/lib32-gcc-libs/

  2. Error stuck loading from ip:port on android emulator. Try to increase setting for fs.inotify.watch_user_watches by follow this thread react/react-native#3199 or one of these commands echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches or sudo sysctl fs.inotify.max_user_watches=65536, also setting ip:port for dev server in android emulator by choose dev setting -> dev server on dev menu pop up (open popup by shake device or run command adb shell input keyevent 82)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment