
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
강의를 보고 그대로 expo start 명령어를 입력했는데 웹페이지가 자동으로 뜨진 않습니다.
저기 밑에 qr코드는 expo go에 스캔하니까 앱실행은 되는데...
Q1.웹페이지 자동으로 뜨게하려면 따로 설정을 해줘야 하나요?
Q2.그리고 저기서 a press보고 a를 눌렀을떄 안드로이드 앱이 열릴줄알았는데
아래와 같은 에러코드가 나왔습니다.괜찮은걸까요?

작성한 코드 및 에러 메세지
Logs for your project will appear below. Press Ctrl+C to exit.
Started Metro Bundler
› Opening on Android...
No Android connected device found, and no emulators could be started automatically.
Please connect a device or create an emulator (https://docs.expo.dev/workflow/android-studio-emulator).
Then follow the instructions here to enable USB debugging:
https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory.
Error: No Android connected device found, and no emulators could be started automatically.
Please connect a device or create an emulator (https://docs.expo.dev/workflow/android-studio-emulator).
Then follow the instructions here to enable USB debugging:
https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory.
at getAllAvailableDevicesAsync (/usr/local/lib/node_modules/expo-cli/node_modules/xdl/src/Android.ts:118:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.openProjectAsync (/usr/local/lib/node_modules/expo-cli/node_modules/xdl/src/Android.ts:938:21)
at handleKeypressAsync (/usr/local/lib/node_modules/expo-cli/src/commands/start/TerminalUI.ts:305:27)
at ReadStream.handleKeypress (/usr/local/lib/node_modules/expo-cli/src/commands/start/TerminalUI.ts:269:7)
