React Native Tip - Expo 에서 AVD(Android Virtual Device) 연결되지 않을 때 해결법

  • React Native 개발할 때 자주 사용되는 Expo라는 도구에서 AVD와 연결시 아래와 같은 오류가 발생할 수 있습니다.
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon`
  • 그럴 때 해결법 입니다.
$ sudo ln -sf ~/Library/Android/sdk/platform-tools/adb /usr/local/bin